Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Marker

A Marker object that contains specific marker settings.

See Also