Skip to main content

RangeBarDrawOptions.MaxValueMarkerVisible Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool MaxValueMarkerVisible { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also