ForeColor Property (Chart2DPlotArea)
In This Topic
Gets or sets the foreground color of the plot area. Inherits from the chart area.
Syntax
'Declaration
Public Property ForeColor As System.Drawing.Color
public System.Drawing.Color ForeColor {get; set;}
See Also