Class ChartAxisLayoutCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ChartAxisLayout>
ChartAxisLayoutCollection
Implements
System.Collections.Generic.IList<ChartAxisLayout>
System.Collections.Generic.ICollection<ChartAxisLayout>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ChartAxisLayout>
System.Collections.Generic.IReadOnlyCollection<ChartAxisLayout>
System.Collections.Generic.IEnumerable<ChartAxisLayout>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Add(Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Clear()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.ClearItems()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Contains(Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.CopyTo(Syncfusion.Windows.Forms.Chart.ChartAxisLayout[], System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Count
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.GetEnumerator()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.IndexOf(Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Insert(System.Int32, Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.InsertItem(System.Int32, Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Items
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.Remove(Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.SetItem(System.Int32, Syncfusion.Windows.Forms.Chart.ChartAxisLayout)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.Generic.ICollection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.IsReadOnly
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartAxisLayout>.System.Collections.IList.set_Item(System.Int32, System.Object)
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 ChartAxisLayoutCollection : Collection<ChartAxisLayout>, IList<ChartAxisLayout>, ICollection<ChartAxisLayout>, IList, ICollection, IReadOnlyList<ChartAxisLayout>, IReadOnlyCollection<ChartAxisLayout>, IEnumerable<ChartAxisLayout>, IEnumerable
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. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable