[]
Represents the chart area of a 3D chart. This area includes plot cube, all axes and the charted data.
public class Chart3DArea : ChartRect, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| AxisX | Gets the X-axis object. |
| AxisY | Gets the Y-axis object. |
| AxisZ | Gets the Z-axis object. |
| Style | Gets the chart area style. Inherits from DefaultStyle. |
| View | Gets the object controlling the appearance of plot cube in 3D-space. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |