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

RadarAreaSeriesView.MarkerOptions Property

Gets the specific settings of the data point markers displayed by a series of the Radar Area Series type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Marker MarkerOptions { get; }

Property Value

Type Description
Marker

A Marker object that contains specific marker settings.

See Also