alexa

    Show / Hide Table of Contents

    Class HorizontalSlicesPanel

    Panel that simply lays out it's children horizontally

    Inheritance
    System.Object
    HeatMapsPanel
    HorizontalSlicesPanel
    Inherited Members
    HeatMapsPanel.ArrangeOverride(Size)
    HeatMapsPanel.AvailableArea
    HeatMapsPanel.ComputeBySlicing(List<HeatMapItemMeasure>)
    HeatMapsPanel.ComputeItemBounds()
    HeatMapsPanel.ComputeNextPosition(Orientation, Double, Double, Double, Double)
    HeatMapsPanel.GetRectangle(Orientation, HeatMapItemMeasure, Double, Double, Double, Double)
    HeatMapsPanel.MeasureOverride(Size)
    HeatMapsPanel.ShorterSideLength
    HeatMapsPanel.ShouldProcessColorWeights(HeatMapItem)
    HeatMapsPanel.SortedItemMeasuresList
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class HorizontalSlicesPanel : HeatMapsPanel

    Constructors

    HorizontalSlicesPanel()

    Declaration
    public HorizontalSlicesPanel()

    Methods

    GetOrientation()

    The GetOrientation method

    Declaration
    protected override Orientation GetOrientation()
    Returns
    Type Description
    System.Windows.Controls.Orientation

    Returns Orientation.Horizontal.

    Overrides
    HeatMapsPanel.GetOrientation()
    Back to top Generated by DocFX