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