A newer version of this page is available.
Switch to the current version.
ChartControl.ForeColor Property
Overrides the ForeColor property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.UI.dll
Declaration
[Browsable(false)]
public Color ForeColor { get; set; }
<Browsable(False)>
Public Property ForeColor As Color
Property Value
Type | Description |
---|---|
Color |
Remarks
This property is intended to hide the corresponding property of the Control class.
See Also
Feedback