Skip to main content
A newer version of this page is available.
All docs
V18.2

WebChartControl.ForeColor Property

This property is intended for internal use only. Normally, you don’t need to use it.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

Always Empty.

Remarks

This property is overridden to hide the corresponding property of the WebControl class, because the ForeColor property isn’t appropriate for the WebChartControl class.

See Also