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

In This Topic
    LineStyle Property (NormalCurve)
    In This Topic
    Gets of sets the ChartLineStyle object for the Normal curve.
    Syntax
    'Declaration
     
    Public Property LineStyle As ChartLineStyle
    public ChartLineStyle LineStyle {get; set;}
    Remarks
    The LineStyle property controls the appearance of the actual line drawn representing the Normal curve. The FillStyle property controls the appearance of the area under the Normal curve.
    See Also