Back to Devexpress

CustomAxisLabelModel.DXFont Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-customaxislabelmodel.md

latest1.3 KB
Original Source

CustomAxisLabelModel.DXFont Property

Specifies the value of the CustomAxisLabel.DXFont property within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
DXFont

The font used by the custom axis label.

|

See Also

CustomAxisLabelModel Class

CustomAxisLabelModel Members

DevExpress.XtraCharts.Designer Namespace