Class ChartAxisLayoutCollection
Inheritance
System.Object
ChartAxisLayoutCollection
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisLayoutCollection : Collection<ChartAxisLayout>
Properties
Spacing
Gets or sets the spacing which is used to allocate space between the axes.
Declaration
public float Spacing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The spacing. |