Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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