menu

UWP

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

    Show / Hide Table of Contents

    Class ChartCartesianAxisElementsPanel

    Represents ChartCartesianAxisElementsPanel.

    Inheritance
    System.Object
    ChartCartesianAxisElementsPanel
    Implements
    ILayoutCalculator
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartCartesianAxisElementsPanel : Object, ILayoutCalculator
    Remarks

    The elements inside the panel comprises of ChartAxis axis line, major ticklines and minor ticklines.

    Constructors

    ChartCartesianAxisElementsPanel(Panel)

    Initializes a new instance of the ChartCartesianAxisElementsPanel class.

    Declaration
    public ChartCartesianAxisElementsPanel(Panel panel)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Controls.Panel panel

    The Panel

    Properties

    Children

    Gets the Children count in the panel.

    Declaration
    public List<UIElement> Children { get; }
    Property Value
    Type
    System.Collections.Generic.List<Windows.UI.Xaml.UIElement>

    DesiredSize

    Gets the desired size.

    Declaration
    public Size DesiredSize { get; }
    Property Value
    Type
    Windows.Foundation.Size

    Left

    Gets or sets the left.

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    The left.

    Panel

    Gets the panel.

    Declaration
    public Panel Panel { get; }
    Property Value
    Type Description
    Windows.UI.Xaml.Controls.Panel

    The panel.

    Top

    Gets or sets the top.

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double

    The top.

    Methods

    Arrange(Size)

    Method declaration for Arrange

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

    The Final Size

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the arranged size.

    DetachElements()

    Seek the elements.

    Declaration
    public void DetachElements()

    Measure(Size)

    Method declaration for Measure

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

    The Available Size

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the size available for arranging the elements.

    UpdateElements()

    Method declaration for UpdateElements

    Declaration
    public void UpdateElements()

    Implements

    ILayoutCalculator

    Extension Methods

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