StockSeriesSeriesEventMarkers Property |
LightningChart .NET Help
Gets or sets series event markers. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesEventMarkerCollection SeriesEventMarkers { get; set; }Public Property SeriesEventMarkers As SeriesEventMarkerCollection
Get
Set
public:
property SeriesEventMarkerCollection^ SeriesEventMarkers {
SeriesEventMarkerCollection^ get ();
void set (SeriesEventMarkerCollection^ value);
}Property Value
Type:
SeriesEventMarkerCollection
See Also