Skip to main content

RangeBarSeries2D.MaxMarkerVisible Property

Gets or sets a value indicating whether to show markers which correspond to the maximum value of each range bar.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool MaxMarkerVisible { get; set; }

Property Value

Type Description
Boolean

true to show maximum value markers; false to hide them.

See Also