Back to Devexpress

AxisLabelItemBase.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-axislabelitembase.md

latest1.4 KB
Original Source

AxisLabelItemBase.DXFont Property

Gets or sets the font used to display the axis label item’s content.

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

A DXFont object that specifies the font used to display the axis label item’s content.

|

Remarks

Important

Use this property instead of Font to specify the font used to display the axis label item’s content.

See Also

AxisLabelItemBase Class

AxisLabelItemBase Members

DevExpress.XtraCharts Namespace