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