ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAreas - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAreas

    Gets a read-only ChartAreaCollection object that is used to store ChartArea objects.

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

    Constructors

    ChartAreas()

    Declaration
    public ChartAreas()

    ChartAreas(ReportSerializer)

    Declaration
    public ChartAreas(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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved