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

In This Topic
    LineStyle Property (Chart.NormalCurve)
    In This Topic
    Gets or sets the LineStyle object for the Normal curve.
    Syntax
    'Declaration
     
    Public Property LineStyle As Chart.LineStyle
    public Chart.LineStyle 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