Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public MarkerModel MinValueMarker { get; }

Property Value

Type Description
MarkerModel

The marker options.

See Also