Skip to main content
All docs
V25.1
  • HeatmapVerticalScrollingDirection Enum

    Lists directions for vertical scrolling in a heatmap.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public enum HeatmapVerticalScrollingDirection

    Members

    Name Description
    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