Skip to main content

LineChartRangeControlClientView.LineWidth Property

Specifies the width of a line in a LineChartRangeControlClientView.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public int LineWidth { get; set; }

Property Value

Type Description
Int32

An integer value specifying the line width (in pixels).

See Also