Back to Devexpress

HeatmapTitleBase.Font Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaptitlebase-7d9ea158.md

latest1.3 KB
Original Source

HeatmapTitleBase.Font Property

Gets or sets the title font.

Namespace : DevExpress.XtraCharts.Heatmap

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 that is used to display the title.

|

Remarks

Important

Use the HeatmapTitleBase.DXFont property instead of Font to specify the heatmap title font.

See Also

HeatmapTitleBase Class

HeatmapTitleBase Members

DevExpress.XtraCharts.Heatmap Namespace