Back to Devexpress

HeatmapControl.EnableAxisYNavigation Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-771523c4.md

latest1.6 KB
Original Source

HeatmapControl.EnableAxisYNavigation Property

Specifies whether a user can scroll and zoom the heatmap along the y-axis.

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool EnableAxisYNavigation { get; set; }
vb
Public Property EnableAxisYNavigation As Boolean

Property Value

TypeDescription
Boolean

true if the heatmap can be scrolled and zoomed vertically (along an y-axis); otherwise, false.

|

Example

The following markup enables the navigation functionality within the Heatmap Control:

xaml
<dxh:HeatmapControl EnableAxisXNavigation="True" 
                    EnableAxisYNavigation="True">
   <!--...-->
</dxh:HeatmapControl>

See Also

EnableAxisXNavigation

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace