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