WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum HeatMapLayoutMode - WPF API Reference | Syncfusion HeatMapControl. ">

    Show / Hide Table of Contents

    Enum HeatMapLayoutMode

    Specifies the different layout modes that can be used to layout the items in a HeatMapControl.

    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public enum HeatMapLayoutMode

    Fields

    Name Description
    SliceAndDiceAuto

    Items will be laid out one after another vertically if there is more vertical space available or horizontally if there is more horizontal space available. The HeatMapsPanel type is used to host the items.

    SliceAndDiceHorizontal

    Items will be laid out horizontally one after another. The HorizontalSlicesPanel type is used to host the items.

    SliceAndDiceVertical

    Items will be laid out vertically one after another. The VerticalSlicesPanel type is used to host the items.

    Squarified

    Lays out child items within the available space in rectangles with aspect ratio that is closer to 1.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved