LightningChart .NET Help
Bar series list
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<BarSeries> BarSeries { get; set; }Public Property BarSeries As List(Of BarSeries)
Get
Set
public:
property List<BarSeries^>^ BarSeries {
List<BarSeries^>^ get ();
void set (List<BarSeries^>^ value);
}Property Value
Type:
ListBarSeries
See Also