Skip to main content

RangeAreaSeriesViewModel.Marker1 Property

Returns the model of the first value marker of the modeled Range Area series view.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Marker1 Options", 0)]
public MarkerModel Marker1 { get; }

Property Value

Type Description
MarkerModel

The marker model.

See Also