Back to Devexpress

TotalLabel.Font Property

corelibraries-devexpress-dot-xtracharts-dot-totallabel-01fab192.md

latest1.1 KB
Original Source

TotalLabel.Font Property

Gets or sets the font of the total labels.

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

The font of the total labels.

|

Remarks

Important

Use the DXFont property instead of Font to specify the font of the total labels.

See Also

TotalLabel Class

TotalLabel Members

DevExpress.XtraCharts Namespace