Back to Devexpress

RadarPointSeriesView.PointMarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radarpointseriesview.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

RadarPointSeriesView Class

RadarPointSeriesView Members

DevExpress.XtraCharts Namespace