Use the members of this enumeration as it is returned from the ChartRegionFromCoord method of the C1Chart.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum ChartRegionEnum
Visual Basic
Public Enumeration ChartRegionEnum

Members

Member nameValueDescription
None0 The coordinates are not located in the C1Chart.
Control1 The coordinates are within the bounds of the control.
Header2 The coordinates are located in the Header title.
Footer3 The coordinates are located in the Header title.
Legend4 The coordinates are located in the Legend object.
ChartArea5 The coordinates are located in the ChartArea which is outside of the axes but within the bounds of the chart.
XAxis6 The coordinates are located in the X-Axis.
YAxis7 The coordinates are located in the Y-Axis.
Y2Axis8 The coordinates are located in the Y2-Axis.
PlotArea9 The coordinates are located in the PlotArea which is located within the axes.
ChartLabel10 The coordinates are located in a ChartLabel object which can be placed anywhere around the chart.

See Also