Back to Devexpress

HeatmapHitInfo.Title Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaphitinfo.md

latest1.4 KB
Original Source

HeatmapHitInfo.Title Property

Returns the title that is positioned in the test point.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public HeatmapTitle Title { get; }
vb
Public ReadOnly Property Title As HeatmapTitle

Property Value

TypeDescription
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

HeatmapHitInfo Class

HeatmapHitInfo Members

DevExpress.XtraCharts.Heatmap Namespace