alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved