Back to Devexpress

HeatmapVerticalScrollingDirection Enum

corelibraries-devexpress-dot-xtracharts-dot-heatmap-867e59fb.md

latest1.3 KB
Original Source

HeatmapVerticalScrollingDirection Enum

Lists directions for vertical scrolling in a heatmap.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum HeatmapVerticalScrollingDirection
vb
Public Enum HeatmapVerticalScrollingDirection

Members

NameDescription
None

A heatmap is not scrolled vertically.

| | Up |

A heatmap is scrolled up.

| | Down |

A heatmap is scrolled down.

|

Remarks

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

See Also

DevExpress.XtraCharts.Heatmap Namespace