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>.ClearItems()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartRegion>.Contains(Syncfusion.Windows.Forms.Chart.ChartRegion)
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>.Count
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>.InsertItem(System.Int32, Syncfusion.Windows.Forms.Chart.ChartRegion)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartRegion>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartRegion>.Items
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>.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.Generic.ICollection<Syncfusion.Windows.Forms.Chart.ChartRegion>.IsReadOnly
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.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.IEnumerable.GetEnumerator()
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.get_Item(System.Int32)
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.IsFixedSize
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.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartRegion>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Chart.ChartRegion>.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 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