ViewSmithBaseMarkers Property |
LightningChart .NET Help
Gets or sets pan polar markers. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SmithEventMarkerCollection Markers { get; set; }Public Property Markers As SmithEventMarkerCollection
Get
Set
public:
property SmithEventMarkerCollection^ Markers {
SmithEventMarkerCollection^ get ();
void set (SmithEventMarkerCollection^ value);
}Property Value
Type:
SmithEventMarkerCollection
See Also