ViewXYHighLowSeries Property |
LightningChart .NET Help
Gets or sets high-low series list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic HighLowSeriesCollection HighLowSeries { get; set; }Public Property HighLowSeries As HighLowSeriesCollection
Get
Set
public:
property HighLowSeriesCollection^ HighLowSeries {
HighLowSeriesCollection^ get ();
void set (HighLowSeriesCollection^ value);
}Property Value
Type:
HighLowSeriesCollection
See Also