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.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Marker MarkerOptions { get; }
Property Value
Type | Description |
---|---|
Marker | A Marker object that contains specific marker settings. |
See Also