Skip to main content

AreaSeriesViewBase.MarkerOptions Property

Gets the specific settings of the data point markers displayed by a series of the Area Series type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

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

#Property Value

Type Description
Marker

A Marker object that contains specific marker settings.

See Also