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 System.Drawing.Color
public System.Drawing.Color ForeColor {get; set;}
See Also