Skip to main content

LineStyle.Thickness Property

Specifies the line's thickness.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

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

#Property Value

Type Description
Int32

An integer value which specifies the line's thickness in pixels.

See Also