2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / ForeColor Property

In This Topic
    ForeColor Property (baseChart)
    In This Topic
    The foreground color used to display text and graphics in the control.
    Syntax
    'Declaration
     
    Public Overrides Property ForeColor As System.Drawing.Color
    public override System.Drawing.Color ForeColor {get; set;}
    See Also