Use the members of this enumeration as it is returned from the ChartRegionFromCoord method of the C1Chart.
[Visual Basic]
Public Enum ChartRegionEnum
[C#]
public enum ChartRegionEnum
[Delphi]
type ChartRegionEnum = (ChartArea, ChartLabel, Control, Footer, Header, Legend, None, PlotArea, XAxis, Y2Axis, YAxis);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member 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. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |