menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VerticalLabelLayout - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VerticalLabelLayout

    Represents the VerticalLabelLayout class.

    Inheritance
    System.Object
    AxisLabelLayout
    VerticalLabelLayout
    Inherited Members
    AxisLabelLayout.AngleForAutoRotate
    AxisLabelLayout.Axis
    AxisLabelLayout.BorderPadding
    AxisLabelLayout.CheckCartesianSeries()
    AxisLabelLayout.CheckLabelPlacement(Boolean)
    AxisLabelLayout.Children
    AxisLabelLayout.ComputedSizes
    AxisLabelLayout.CreateAxisLayout(ChartAxis, List<UIElement>)
    AxisLabelLayout.DesiredSizes
    AxisLabelLayout.InsertToRowOrColumn(Int32, Int32, Rect)
    AxisLabelLayout.IntersectsWith(Rect, Rect, Int32, Int32)
    AxisLabelLayout.IsOpposed(ChartAxis, Boolean)
    AxisLabelLayout.Margin
    AxisLabelLayout.RectssByRowsAndCols
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class VerticalLabelLayout : AxisLabelLayout

    Constructors

    VerticalLabelLayout(ChartAxis, List<UIElement>)

    Called when instance created for VerticalLabelLayout.

    Declaration
    public VerticalLabelLayout(ChartAxis axis, List<UIElement> elements)
    Parameters
    Type Name Description
    ChartAxis axis

    Used to indicates corresponding axis.

    System.Collections.Generic.List<Windows.UI.Xaml.UIElement> elements

    Uesd to indicates elements to be layout.

    Methods

    Arrange(Size)

    Method declaration for Arrange.

    Declaration
    public override void Arrange(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    The Final Size.

    Overrides
    AxisLabelLayout.Arrange(Size)

    CalcBounds(Double)

    Calculates the bounds.

    Declaration
    protected override void CalcBounds(double availableHeight)
    Parameters
    Type Name Description
    System.Double availableHeight

    The Available Height

    Overrides
    AxisLabelLayout.CalcBounds(Double)

    CalculateActualPlotOffset(Size)

    Calculates the actual plot offset.

    Declaration
    protected override void CalculateActualPlotOffset(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The Available Size

    Overrides
    AxisLabelLayout.CalculateActualPlotOffset(Size)

    LayoutElements()

    Returns desired width

    Declaration
    protected override double LayoutElements()
    Returns
    Type Description
    System.Double

    Returns the total width of the rows and columns collection

    Overrides
    AxisLabelLayout.LayoutElements()

    Measure(Size)

    Method declaration for Measure.

    Declaration
    public override Size Measure(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The Available Size

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the desired height

    Overrides
    AxisLabelLayout.Measure(Size)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved