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

WebChartControl.Font Property

Overrides the Font property to hide it.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

public Font Font { get; set; }

Property Value

Type Description
Font

Always null (Nothing in Visual Basic).

Remarks

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

See Also