Skip to main content
A newer version of this page is available. .

AreaSeriesViewBaseModel.MarkerOptions Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

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

Property Value

Type Description
MarkerModel

The marker model.

See Also