Back to Devexpress

CustomizeHeatmapToolTipEventArgs.Title Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-customizeheatmaptooltipeventargs-4e0e32cd.md

latest1.6 KB
Original Source

CustomizeHeatmapToolTipEventArgs.Title Property

Gets or sets the cell tooltip title.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public string Title { get; set; }
vb
Public Property Title As String

Property Value

TypeDescription
String

A string value that specifies the tooltip title.

|

Remarks

To use HTML tags to format Title, initialize the HeatmapControl.ToolTipController property with a ToolTipController object, and enable the controller’s ToolTipController.AllowHtmlText property.

See Also

CustomizeHeatmapToolTipEventArgs Class

CustomizeHeatmapToolTipEventArgs Members

DevExpress.XtraCharts.Heatmap Namespace