Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
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