Back to Devexpress

RangeBarDrawOptions.MinValueMarker Property

corelibraries-devexpress-dot-xtracharts-dot-rangebardrawoptions-07c40ce5.md

latest1.5 KB
Original Source

RangeBarDrawOptions.MinValueMarker Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Marker MinValueMarker { get; }
vb
Public ReadOnly Property MinValueMarker As Marker

Property Value

TypeDescription
Marker

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

|

Remarks

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

See Also

MinValueMarker

RangeBarDrawOptions Class

RangeBarDrawOptions Members

DevExpress.XtraCharts Namespace