menu

UWP

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

    Show / Hide Table of Contents

    Class ChartBasePanel

    Represent chart base panel.

    Inheritance
    System.Object
    ChartBasePanel
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class ChartBasePanel : Panel

    Constructors

    ChartBasePanel()

    Declaration
    public ChartBasePanel()

    Methods

    ArrangeOverride(Size)

    Positions the children in the panel.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    Calculated size value within the parent that this element should use to arrange itself and its children.

    Returns
    Type Description
    Windows.Foundation.Size

    The used actual size.

    MeasureOverride(Size)

    Measures the children and determine the size of the children in the panel.

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

    The total available size.

    Returns
    Type Description
    Windows.Foundation.Size

    Calculated size based on the children sizes.

    Extension Methods

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