[]
Use the members of this enumeration as it is returned from the ChartRegionFromCoord method of the C1Chart.
public enum ChartRegionEnum
Name | Description |
---|---|
ChartArea | The coordinates are located in the ChartArea which is outside of the axes but within the bounds of the chart. |
ChartLabel | The coordinates are located in a ChartLabel object which can be placed anywhere around the chart. |
Control | The coordinates are within the bounds of the control. |
Footer | The coordinates are located in the Header title. |
Header | The coordinates are located in the Header title. |
Legend | The coordinates are located in the Legend object. |
None | The coordinates are not located in the C1Chart. |
PlotArea | The coordinates are located in the PlotArea which is located within the axes. |
XAxis | The coordinates are located in the X-Axis. |
Y2Axis | The coordinates are located in the Y2-Axis. |
YAxis | The coordinates are located in the Y-Axis. |