Back to Devexpress

SeriesLabelBase.Font Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-53ec2f97.md

latest1.4 KB
Original Source

SeriesLabelBase.Font 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
[Browsable(false)]
public Font Font { get; set; }
vb
<Browsable(False)>
Public Property Font As Font

Property Value

TypeDescription
Font

A Font object that specifies the font used to display the label’s contents.

|

Remarks

Important

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

See Also

TextColor

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace