Skip to main content
A newer version of this page is available. .
All docs
V21.2

CustomizeHeatmapToolTipEventArgs.Title Property

Gets or sets the cell tooltip title.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string Title { get; set; }

Property Value

Type Description
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