ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.LineStyle Class / Thickness Property

In This Topic
    Thickness Property
    In This Topic
    Gets or sets the thickness of the line in pixels. The valid range is from 0 to 1000.
    Syntax
    'Declaration
     
    Public Property Thickness As Integer
    public int Thickness {get; set;}
    See Also