View3DWaterfallSeries3D Property |
LightningChart .NET Help
Waterfall series list.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<WaterfallSeries3D> WaterfallSeries3D { get; set; }Public Property WaterfallSeries3D As List(Of WaterfallSeries3D)
Get
Set
public:
property List<WaterfallSeries3D^>^ WaterfallSeries3D {
List<WaterfallSeries3D^>^ get ();
void set (List<WaterfallSeries3D^>^ value);
}Property Value
Type:
ListWaterfallSeries3D
See Also