Back to Devexpress

RadarLineSeriesView.LineMarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radarlineseriesview-626bb9cf.md

latest2.4 KB
Original Source

RadarLineSeriesView.LineMarkerOptions Property

Gets the specific settings of the data point markers displayed by a series of the Radar Line view type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Marker

A Marker object that contains the specific marker settings.

|

Remarks

The LineMarkerOptions property provides access to the settings which define how the data point markers are displayed within a series of the Radar Line and Polar Line type.

Note that the settings available via the LineMarkerOptions property can affect the appearance of any related elements (such as series labels and connection lines between markers and labels) if these elements are not customized independently (for instance, via the SeriesBase.Label property).

See Also

RadarLineSeriesView Class

RadarLineSeriesView Members

DevExpress.XtraCharts Namespace