Skip to main content

FinancialDrawOptions.LineThickness Property

Gets or sets the financial series view’s line thickness value when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int LineThickness { get; set; }

Property Value

Type Description
Int32

An integer value which represents the line thickness in the financial series view.

Remarks

Use the LineThickness property to access and modify the line thickness value in the financial series view.

See Also