Skip to main content
A newer version of this page is available.
All docs
V19.1

LineSeries2D.ActualLineThickness Property

Gets the actual line thickness of the LineSeries2D series. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public int ActualLineThickness { get; }

Property Value

Type Description
Int32

An integer value that is the thickness of the circular line series, in pixels.

See Also