Class ChartRegionCollection
Represents the collection of ChartRegion.
Inheritance
System.Object
ChartRegionCollection
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartRegionCollection : Collection<ChartRegion>
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. |