CustomizeHeatmapToolTipEventArgs.Title Property
Gets or sets the cell tooltip title.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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