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

FinancialDrawOptions.LevelLineLength Property

Gets or sets the financial series view’s level line length (in fractions of a distance between two major values on the axis) when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public double LevelLineLength { get; set; }

Property Value

Type Description
Double

A Double value which represents the level line length in the financial series view.

Remarks

Use the LevelLineLength property to access and modify the level line length in the financial series view.

See Also