HeatmapHorizontalScrollingDirection Enum
Lists directions for horizontal scrolling in a heatmap.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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