2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartRegionEnum Enumeration

In This Topic
    ChartRegionEnum Enumeration
    In This Topic
    Use the members of this enumeration as it is returned from the ChartRegionFromCoord method of the C1Chart.
    Syntax
    'Declaration
     
    Public Enum ChartRegionEnum 
       Inherits System.Enum
    public enum ChartRegionEnum : System.Enum 
    Members
    MemberDescription
    ChartAreaThe coordinates are located in the ChartArea which is outside of the axes but within the bounds of the chart.
    ChartLabelThe coordinates are located in a ChartLabel object which can be placed anywhere around the chart.
    ControlThe coordinates are within the bounds of the control.
    FooterThe coordinates are located in the Header title.
    HeaderThe coordinates are located in the Header title.
    LegendThe coordinates are located in the Legend object.
    NoneThe coordinates are not located in the C1Chart.
    PlotAreaThe coordinates are located in the PlotArea which is located within the axes.
    XAxisThe coordinates are located in the X-Axis.
    Y2AxisThe coordinates are located in the Y2-Axis.
    YAxisThe coordinates are located in the Y-Axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.ChartRegionEnum

    See Also