Back to Devexpress

SeriesLabelBaseModel.DXFont Property

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

latest1.3 KB
Original Source

SeriesLabelBaseModel.DXFont Property

Specifies the value of the SeriesLabelBase.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 to display the label’s contents.

|

See Also

SeriesLabelBaseModel Class

SeriesLabelBaseModel Members

DevExpress.XtraCharts.Designer Namespace