Class SquarifiedHeatMapsPanel
Uses the squarified pattern to position the child items.
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class SquarifiedHeatMapsPanel : HeatMapsPanel
Constructors
SquarifiedHeatMapsPanel()
Declaration
public SquarifiedHeatMapsPanel()
Methods
ComputeItemBounds()
Computes Item Bounds
Declaration
protected override void ComputeItemBounds()
Overrides
ComputeNextPosition(Orientation, ref Double, ref Double, Double, Double)
Method to Compute Next Position
Declaration
protected override void ComputeNextPosition(Orientation orientation, ref double xPos, ref double yPos, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Orientation | orientation | The orientation |
System.Double | xPos | The X position |
System.Double | yPos | The Y position |
System.Double | width | The Width value |
System.Double | height | The height value |
Overrides
GetRectangle(Orientation, HeatMapItemMeasure, Double, Double, Double, Double)
Method to Get Rectangle
Declaration
protected override Rect GetRectangle(Orientation orientation, HeatMapItemMeasure item, double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Orientation | orientation | The orientation |
HeatMapItemMeasure | item | The item value. |
System.Double | x | The x value |
System.Double | y | The Y value |
System.Double | width | The Width value |
System.Double | height | The height value |
Returns
Type | Description |
---|---|
System.Windows.Rect | The Rectangle |