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

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