Use the members of this enumeration as it is returned
from the ChartRegionFromCoord method of the C1Chart.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum ChartRegionEnum |
| Visual Basic |
|---|
Public Enumeration ChartRegionEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The coordinates are not located in the C1Chart. | |
| Control | 1 | The coordinates are within the bounds of the control. | |
| Header | 2 | The coordinates are located in the Header title. | |
| Footer | 3 | The coordinates are located in the Header title. | |
| Legend | 4 | The coordinates are located in the Legend object. | |
| ChartArea | 5 | The coordinates are located in the ChartArea which is outside of the axes but within the bounds of the chart. | |
| XAxis | 6 | The coordinates are located in the X-Axis. | |
| YAxis | 7 | The coordinates are located in the Y-Axis. | |
| Y2Axis | 8 | The coordinates are located in the Y2-Axis. | |
| PlotArea | 9 | The coordinates are located in the PlotArea which is located within the axes. | |
| ChartLabel | 10 | The coordinates are located in a ChartLabel object which can be placed anywhere around the chart. |