Back to Devexpress

HeatmapHorizontalScrollingDirection Enum

corelibraries-devexpress-dot-xtracharts-dot-heatmap-3d45d8c7.md

latest1.3 KB
Original Source

HeatmapHorizontalScrollingDirection Enum

Lists directions for horizontal scrolling in a heatmap.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum HeatmapHorizontalScrollingDirection
vb
Public Enum HeatmapHorizontalScrollingDirection

Members

NameDescription
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

DevExpress.XtraCharts.Heatmap Namespace