Back to Devexpress

HeatmapControl.IsZoomingEnabled Property

windowsforms-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapcontrol-6ba500e8.md

latest1.5 KB
Original Source

HeatmapControl.IsZoomingEnabled Property

Checks whether zoom operations are enabled.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public bool IsZoomingEnabled { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsZoomingEnabled As Boolean

Property Value

TypeDescription
Boolean

true if zoom operations are enabled; otherwise, false.

|

Remarks

The IsZoomingEnabled property returns true if the heatmap’s EnableAxisXZooming or EnableAxisYZooming property is enabled.

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.XtraCharts.Heatmap Namespace