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

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.v18.2.dll

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