Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapHorizontalScrollingDirection Enum

Lists directions for horizontal scrolling in a heatmap.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public enum HeatmapHorizontalScrollingDirection

Members

Name Description
None

A heatmap is not scrolled horizontally.

Left

A heatmap is scrolled left.

Right

A heatmap is scrolled right.

Remarks

The HeatmapHorizontalScrollingDirection enumeration values are used in the Scroll(HeatmapHorizontalScrollingDirection, HeatmapVerticalScrollingDirection) method.

See Also