Table of Contents

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

owner View3D

Parent.

xAxis Axis3DBinding

X-axis you want to bind.

yAxis Axis3DBinding

Y-axis you want to bind.

zAxis Axis3DBinding

Z-axis you want to bind.

Properties

BaseLevel

Base level (Y value)

public double BaseLevel { get; set; }

Property Value

double

ContourLineType

Contour line type

public WaterfallContourLineType ContourLineType { get; set; }

Property Value

WaterfallContourLineType

Fill

Surface fill

public IntensityFillStyle Fill { get; set; }

Property Value

IntensityFillStyle

LightedSurface

Surface side which is being lit correctly.

public LightedSide LightedSurface { get; set; }

Property Value

LightedSide

Remarks

The other side will not be correctly lit.

WireframeType

Wireframe style

public WaterfallWireframeType WireframeType { get; set; }

Property Value

WaterfallWireframeType

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

disposing bool

true if managed resources should be disposed, otherwise false.

GetTitleText()

summary M:LightningChartLib.WinForms.Charting.Series3D.WaterfallSeries3D.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