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

RangeBarSeries2D.MaxMarkerSize Property

Gets or sets the size of the marker which shows the maximum value for a range bar series point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public int MaxMarkerSize { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the marker size, in pixels.

See Also