RadarPointSeriesView.PointMarkerOptions Property
Gets the specific settings of data point markers displayed by a series of the Radar Point view type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public SimpleMarker PointMarkerOptions { get; }
Property Value
Type | Description |
---|---|
SimpleMarker | A SimpleMarker object that contains the specific marker settings. |
Remarks
The PointMarkerOptions property provides access to the settings which define how the data point markers are displayed within a series of the Radar Point and Polar Point type.
See Also