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