FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / ForeColor Property

In This Topic
    ForeColor Property (Chart2DAxis)
    In This Topic
    Gets or sets the foreground color. Inherits from the chart area. The ForeColor is used to set the color of the axis line and annotations.
    Syntax
    'Declaration
     
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also