Back to Devexpress

RadarAreaSeriesView.MarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radarareaseriesview-ae098f08.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Marker MarkerOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property MarkerOptions As Marker

Property Value

TypeDescription
Marker

A Marker object that contains specific marker settings.

|

See Also

RadarAreaSeriesView Class

RadarAreaSeriesView Members

DevExpress.XtraCharts Namespace