WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRegionCollection - WindowsForms API Reference | Syncfusion ChartRegion. ">

    Show / Hide Table of Contents

    Class ChartRegionCollection

    Represents the collection of ChartRegion.

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

    Constructors

    ChartRegionCollection()

    Initializes a new instance of the ChartRegionCollection class.

    Declaration
    public ChartRegionCollection()

    Methods

    HitTest(Point)

    Retrieves the ChartRegion at the specified coordinates.

    Declaration
    public ChartRegion HitTest(Point point)
    Parameters
    Type Name Description
    System.Drawing.Point point

    The point.

    Returns
    Type Description
    ChartRegion

    It returns the region around the hit test point.

    HitTest(PointF)

    Retrieves the ChartRegion at the specified coordinates.

    Declaration
    public ChartRegion HitTest(PointF point)
    Parameters
    Type Name Description
    System.Drawing.PointF point

    The point.

    Returns
    Type Description
    ChartRegion

    It returns the region around the hit test point.

    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

    Extension Methods

    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>, Int32)
    FunctionalExtensions.Zip<TFirst, TSecond, TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, TResult>)
    FunctionalExtensions.Fold<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldLeft<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldRight<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    FunctionalExtensions.ToObservableCollection<T>(IEnumerable<T>)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, String[], IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, List<String>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved