WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SquarifiedHeatMapsPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SquarifiedHeatMapsPanel

    Uses the squarified pattern to position the child items.

    Inheritance
    System.Object
    HeatMapsPanel
    SquarifiedHeatMapsPanel
    Inherited Members
    HeatMapsPanel.ArrangeOverride(Size)
    HeatMapsPanel.MeasureOverride(Size)
    HeatMapsPanel.GetOrientation()
    HeatMapsPanel.ComputeBySlicing(List<HeatMapItemMeasure>)
    HeatMapsPanel.ShouldProcessColorWeights(HeatMapItem)
    HeatMapsPanel.AvailableArea
    HeatMapsPanel.SortedItemMeasuresList
    HeatMapsPanel.ShorterSideLength
    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
    HeatMapsPanel.ComputeItemBounds()

    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
    HeatMapsPanel.ComputeNextPosition(Orientation, ref Double, ref Double, Double, Double)

    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

    Overrides
    HeatMapsPanel.GetRectangle(Orientation, HeatMapItemMeasure, Double, Double, Double, Double)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved