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. |