Back to Devexpress

CustomAxisLabel.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-d11a18ff.md

latest1.3 KB
Original Source

CustomAxisLabel.DXFont Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public DXFont DXFont { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property DXFont As DXFont

Property Value

TypeDescription
DXFont

The font used for the custom axis label.

|

Remarks

Important

Use this property instead of Font to specify the font used for the custom axis label.

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace