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

StockSeries2D.LevelLineLength Property

Gets or sets a value specifying the length (in axis units) of the level line in 2D Stock series.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public double LevelLineLength { get; set; }

Property Value

Type Description
Double

A Double value which represents the length of a level line in axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.

Remarks

The LevelLineLength property specifies the length of a level line in 2D Stock series. Since this property’s value is measured as a fraction of axis units, this allows its length to be automatically resized when the size of a chart is changed. For instance, if the LevelLineLength property is set to 0.5, then the length of every level line will always be equal to half the range between two major values on the axis.

See Also