2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / LineStyle Property

In This Topic
    LineStyle Property (ChartDataSeries)
    In This Topic
    Gets or sets the line style of the series, including color, thickness and pattern.
    Syntax
    'Declaration
     
    Public Property LineStyle As ChartLineStyle
    public ChartLineStyle LineStyle {get; set;}
    See Also