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

RangeBarDrawOptions.MinValueMarkerVisible Property

Gets or sets whether the marker of the minimum value is visible in the range bar chart when implementing a custom draw.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool MinValueMarkerVisible { get; set; }

Property Value

Type Description
Boolean

true, if the marker of the minimum value is visible; otherwise, false.

Remarks

Use the MinValueMarkerVisible property to access and modify the visibility of the minimum value marker in the Range Bar chart.

See Also