Class WaterfallSeries3D
- Namespace
- LightningChartLib.WinForms.Charting.Series3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Waterfall series. Shows multiple waterfall areas stacked Z direction. As a specialty, the strips can be freely bent, in X and Z directions.
public class WaterfallSeries3D : SurfaceSeries3DBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
WaterfallSeries3D
- Implements
- Inherited Members
Constructors
WaterfallSeries3D()
Constructor for Form designer list editor.
public WaterfallSeries3D()
WaterfallSeries3D(View3D, Axis3DBinding, Axis3DBinding, Axis3DBinding)
Constructor
public WaterfallSeries3D(View3D owner, Axis3DBinding xAxis, Axis3DBinding yAxis, Axis3DBinding zAxis)
Parameters
ownerView3DParent.
xAxisAxis3DBindingX-axis you want to bind.
yAxisAxis3DBindingY-axis you want to bind.
zAxisAxis3DBindingZ-axis you want to bind.
Properties
BaseLevel
Base level (Y value)
public double BaseLevel { get; set; }
Property Value
ContourLineType
Contour line type
public WaterfallContourLineType ContourLineType { get; set; }
Property Value
Fill
Surface fill
public IntensityFillStyle Fill { get; set; }
Property Value
LightedSurface
Surface side which is being lit correctly.
public LightedSide LightedSurface { get; set; }
Property Value
Remarks
The other side will not be correctly lit.
WireframeType
Wireframe style
public WaterfallWireframeType WireframeType { get; set; }
Property Value
Methods
CreatePalette()
Create palette.
protected override void CreatePalette()
CreateTitle()
Create title.
protected override void CreateTitle()
CreateWireframeOffset()
Create wireframe offset.
protected override void CreateWireframeOffset()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
GetTitleText()
public override string GetTitleText()
Returns
- string
returns M:LightningChartLib.WinForms.Charting.Series3D.WaterfallSeries3D.GetTitleText
ToString()
Item to string.
public override string ToString()
Returns
- string
returns M:LightningChartLib.WinForms.Charting.Series3D.WaterfallSeries3D.ToString