Back to Devexpress

HeatmapHitInfo.Axis Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmaphitinfo-d42f6b85.md

latest1.2 KB
Original Source

HeatmapHitInfo.Axis Property

Returns the axis located under the test point.

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public HeatmapAxis Axis { get; }
vb
Public ReadOnly Property Axis As HeatmapAxis

Property Value

TypeDescription
HeatmapAxis

A heatmap axis.

|

Remarks

If the InAxis property returns true, then the Axis property returns the instance under the test point, else the Axis returns null ( Nothing in Visual Basic).

See Also

HeatmapHitInfo Class

HeatmapHitInfo Members

DevExpress.Xpf.Charts.Heatmap Namespace