Back to Devexpress

HeatmapControl.IsScrollingEnabled Property

windowsforms-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapcontrol-9b780ede.md

latest1.5 KB
Original Source

HeatmapControl.IsScrollingEnabled Property

Checks whether scroll 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 IsScrollingEnabled { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsScrollingEnabled As Boolean

Property Value

TypeDescription
Boolean

true if scroll operations are enabled; otherwise, false.

|

Remarks

The IsScrollingEnabled property returns true if the heatmap’s EnableAxisXScrolling or EnableAxisYScrolling property is enabled.

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.XtraCharts.Heatmap Namespace