Skip to main content
All docs
V23.2

HeatmapHitInfo.Title Property

Returns the title that is positioned in the test point.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public HeatmapTitle Title { get; }

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