Skip to main content

LineStyle(Int32) Constructor

Initializes a new instance of the LineStyle class with the specified thickness.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public LineStyle(
    int thickness
)

Parameters

Name Type Description
thickness Int32

An integer value that specifies the line’s thickness. This value is assigned to the LineStyle.Thickness property.

See Also