Skip to main content

LineStyle(Int32) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Charts

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

#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