Skip to main content

RangeBarSeries2D.MinMarkerSize Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int MinMarkerSize { get; set; }

Property Value

Type Description
Int32

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

See Also