HeatmapHitInfo.Title Property
Returns the title that is positioned in the test point.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
HeatmapTitle | Contains heatmap title options. |
Remarks
Use the Title
property to access the title located under the test point if the HeatmapHitInfo.InTitle property returns true. Note that if the InTitle
is false, then the Title
property returns null (Nothing in Visual Basic).
See Also