Class ChartValueAxes
Defines the value axes for a Chart.
Implements
System.Collections.Generic.IList<ChartAxis>
System.Collections.Generic.ICollection<ChartAxis>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ChartAxis>
System.Collections.Generic.IReadOnlyCollection<ChartAxis>
System.Collections.Generic.IEnumerable<ChartAxis>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Add(Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.ChartAxis, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.BinarySearch(Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.BinarySearch(Syncfusion.RDL.DOM.ChartAxis, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Contains(Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.ChartAxis, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.CopyTo(Syncfusion.RDL.DOM.ChartAxis[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.CopyTo(System.Int32, Syncfusion.RDL.DOM.ChartAxis[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.CopyTo(Syncfusion.RDL.DOM.ChartAxis[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Exists(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Find(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindAll(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindLast(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.ForEach(System.Action<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ChartAxis>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.IndexOf(Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.IndexOf(Syncfusion.RDL.DOM.ChartAxis, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.IndexOf(Syncfusion.RDL.DOM.ChartAxis, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Insert(System.Int32, Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.LastIndexOf(Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.LastIndexOf(Syncfusion.RDL.DOM.ChartAxis, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.LastIndexOf(Syncfusion.RDL.DOM.ChartAxis, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Remove(Syncfusion.RDL.DOM.ChartAxis)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Sort(System.Comparison<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.ChartAxis>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.ChartAxis>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartAxis>.System.Collections.IList.Item[System.Int32]
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartValueAxes : List<ChartAxis>, IList<ChartAxis>, ICollection<ChartAxis>, IList, ICollection, IReadOnlyList<ChartAxis>, IReadOnlyCollection<ChartAxis>, IEnumerable<ChartAxis>, IEnumerable
Constructors
ChartValueAxes()
Declaration
public ChartValueAxes()
ChartValueAxes(ReportSerializer)
Declaration
public ChartValueAxes(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable