Skip to main content

StackedAreaSeriesViewModel.MarkerOptions Property

Overrides the AreaSeriesViewBaseModel.MarkerOptions property to hide it.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public MarkerModel MarkerOptions { get; }

Property Value

Type
MarkerModel
See Also