Back to Devexpress

CustomAxisLabel.Font Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-1fc9efd4.md

latest1.3 KB
Original Source

CustomAxisLabel.Font Property

Gets or sets the font used by the custom axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public Font Font { get; set; }
vb
<Browsable(False)>
Public Property Font As Font

Property Value

TypeDescription
Font

A Font value.

|

Remarks

Important

Use the DXFont property instead of Font to specify the font used by the custom axis label.

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace