View3DBarSeries3D Property |
LightningChart .NET Help
3D bar series list.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<BarSeries3D> BarSeries3D { get; set; }Public Property BarSeries3D As List(Of BarSeries3D)
Get
Set
public:
property List<BarSeries3D^>^ BarSeries3D {
List<BarSeries3D^>^ get ();
void set (List<BarSeries3D^>^ value);
}Property Value
Type:
ListBarSeries3D
See Also