'Declaration Public Enum ChartRegionEnum Inherits System.Enum
public enum ChartRegionEnum : System.Enum
'Declaration Public Enum ChartRegionEnum Inherits System.Enum
public enum ChartRegionEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Chart.ChartRegionEnum