C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / ForeColor Property

In This Topic
ForeColor Property (FlexChartBase)
In This Topic
Gets or sets the foreground color of the control.
Syntax
'Declaration
 
Public Overrides Property ForeColor As System.Drawing.Color
 

Property Value

The foreground System.Drawing.Color of the control. The default is the value of the System.Windows.Forms.Control.DefaultForeColor property.
See Also