menu

WPF

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

    Show / Hide Table of Contents

    Class ChartAxisLayoutPanel

    Represents ChartAxisLayoutPanel class.

    Inheritance
    System.Object
    ChartAxisLayoutPanel
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartAxisLayoutPanel : Panel

    Constructors

    ChartAxisLayoutPanel()

    Declaration
    public ChartAxisLayoutPanel()

    Properties

    AxisLayout

    Gets or sets AxisLayout property

    Declaration
    public ILayoutCalculator AxisLayout { get; set; }
    Property Value
    Type
    ILayoutCalculator

    Methods

    ArrangeOverride(Size)

    Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.

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

    The final area within the parent that this object should use to arrange itself and its children.

    Returns
    Type Description
    System.Windows.Size

    The actual size that is used after the element is arranged in layout.

    MeasureOverride(Size)

    Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.

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

    The size that this object determines it needs during layout, based on its calculations of the allocated sizes for child objects; or based on other considerations, such as a fixed container size.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved