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

RangeBarSeriesViewModel.MinValueMarker Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public MarkerModel MinValueMarker { get; }

Property Value

Type Description
MarkerModel

The marker options.

See Also