Back to Devexpress

SeriesLabelBase.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-ee661a32.md

latest1.3 KB
Original Source

SeriesLabelBase.DXFont Property

Gets or sets the font used to display the label’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

The font used to display the label’s content.

|

Remarks

Important

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

See Also

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace