WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisLayout - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAxisLayout

    Inheritance
    System.Object
    ChartAxisLayout
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartAxisLayout

    Constructors

    ChartAxisLayout()

    Initializes a new instance of the ChartAxisLayout class.

    Declaration
    public ChartAxisLayout()

    Properties

    Axes

    Gets the axes.

    Declaration
    public IList<ChartAxis> Axes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ChartAxis>

    The axes.

    Height

    Gets or sets the layout height in percentage or pixels of chart area.

    Declaration
    public Unit Height { get; set; }
    Property Value
    Type Description
    System.Web.UI.WebControls.Unit

    The layout height in percentage.

    LayoutMode

    Gets or sets the layout mode.

    Declaration
    public ChartAxesLayoutMode LayoutMode { get; set; }
    Property Value
    Type Description
    ChartAxesLayoutMode

    The layout mode.

    Spacing

    Gets or sets the spacing.

    Declaration
    public float Spacing { get; set; }
    Property Value
    Type Description
    System.Single

    The spacing.

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