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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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