Skip to main content

AreaSeriesViewBaseModel.MarkerOptions Property

Gets or sets the model of the marker used by the modeled view.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Marker Options")]
public MarkerModel MarkerOptions { get; }

Property Value

Type Description
MarkerModel

The marker model.

See Also