[]
The Chart3DArea class describes the ChartArea of the chart. This area includes plotcube, all axes and the charted data.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DArea : baseChartArea, iChartRect
Name | Description |
---|---|
Axes | Gets the axes collection object. |
AxisX | Gets the X-axis object. |
AxisY | Gets the Y-axis object. |
AxisZ | Gets the Z-axis object. |
Location | Gets or sets the location of the ChartArea in chart control client coordinates. |
LocationDefault | Gets or sets the default location of the ChartArea. |
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 chart area style. |
View | Gets the 3d-view object. |