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

    Lists directions for horizontal scrolling in a heatmap.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.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