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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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