Class ChartAxisLayout
Inheritance
System.Object
ChartAxisLayout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |
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. |