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

RangeBarSeriesViewModel.MaxValueMarker Property

Returns the model of maximum value marker options of the modeled Range Bar series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public MarkerModel MaxValueMarker { get; }

Property Value

Type Description
MarkerModel

The marker options.

See Also