[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartRegionEnum

ChartRegionEnum Enum

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.4.8.dll
Syntax
public enum ChartRegionEnum

Fields

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.

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.