Class ChartLegends
specifies a ChartLegend in the ChartLegends of a Chart.
Implements
System.Collections.Generic.IList<ChartLegend>
System.Collections.Generic.ICollection<ChartLegend>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ChartLegend>
System.Collections.Generic.IReadOnlyCollection<ChartLegend>
System.Collections.Generic.IEnumerable<ChartLegend>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Add(Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.ChartLegend, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.BinarySearch(Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.BinarySearch(Syncfusion.RDL.DOM.ChartLegend, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Contains(Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.ChartLegend, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.CopyTo(Syncfusion.RDL.DOM.ChartLegend[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.CopyTo(System.Int32, Syncfusion.RDL.DOM.ChartLegend[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.CopyTo(Syncfusion.RDL.DOM.ChartLegend[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Exists(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Find(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindAll(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindLast(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.ForEach(System.Action<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ChartLegend>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.IndexOf(Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.IndexOf(Syncfusion.RDL.DOM.ChartLegend, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.IndexOf(Syncfusion.RDL.DOM.ChartLegend, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Insert(System.Int32, Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.LastIndexOf(Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.LastIndexOf(Syncfusion.RDL.DOM.ChartLegend, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.LastIndexOf(Syncfusion.RDL.DOM.ChartLegend, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Remove(Syncfusion.RDL.DOM.ChartLegend)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Sort(System.Comparison<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.ChartLegend>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.ChartLegend>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.ChartLegend>.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 ChartLegends : List<ChartLegend>, IList<ChartLegend>, ICollection<ChartLegend>, IList, ICollection, IReadOnlyList<ChartLegend>, IReadOnlyCollection<ChartLegend>, IEnumerable<ChartLegend>, IEnumerable
Constructors
ChartLegends()
Declaration
public ChartLegends()
ChartLegends(ReportSerializer)
Declaration
public ChartLegends(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