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

LineStyle(Int32) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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