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

RangeBarDrawOptions.MaxValueMarker Property

Gets the marker settings of the maximum value in the range bar series view when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Marker MaxValueMarker { get; }

Property Value

Type Description
Marker

A Marker object which represents the marker shown within the maximum value of series points.

Remarks

Use the MaxValueMarker property to access and modify the marker settings (such as the color, style, kind, size, visibility, etc.) of the maximum value in the range bar series view.

See Also