Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart.NormalCurve Class / FillStyle Property

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