[]
The Area class describes the ChartArea of the chart.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Area
This area includes all axes and the charted data.
| Name | Description |
|---|---|
| Axes | Gets the axes collection. |
| AxisX | Gets the primary X-axis object. |
| AxisY | Gets the primary Y-axis object. |
| AxisY2 | Gets the primary Y2 axis object. |
| Inverted | Gets or sets whether the chart area is inverted. |
| Location | Gets or sets the location of the ChartArea in chart control client coordinates. |
| LocationDefault | Gets or sets the default location of the ChartArea. |
| Margins | Gets or sets the size of the Chart Area margins. |
| PlotArea | Gets the ChartPlot object that describes the region where data is charted. |
| Size | Gets or sets the size of the ChartArea in chart control client coordinates. |
| SizeDefault | Gets or sets the default size of the ChartArea. |
| Style | Gets the ChartArea style. |
| Visible | Gets or sets the ChartArea visibility. |
| Name | Description |
|---|---|
| ResetLocationDefault() | Resets the Area location so it is calculated automatically. |
| ResetSizeDefault() | Resets Area size so it is calculated automatically. |
| ResetStyle() | Resets Area style inheritance state. |
| ShouldSerializeLocationDefault() | Returns false if the ChartArea LocationDefault property is in the default state. |
| ShouldSerializeMargins() | Returns false if the ChartArea margins are set to their default values. |
| ShouldSerializeSizeDefault() | Returns false if the ChartArea SizeDefault property is in the default state. |
| ShouldSerializeStyle() | Returns false if the ChartArea Style property is in the default state. |