[]
Gets the chart area of a 3D chart.
[C1Category("Data")]
[C1Description("ChartField.ChartArea3D", "The chart area or a 3D chart.")]
public Chart3DArea ChartArea3D { get; }
<C1Category("Data")>
<C1Description("ChartField.ChartArea3D", "The chart area or a 3D chart.")>
Public ReadOnly Property ChartArea3D As Chart3DArea
The chart area is the region of the chart that contains plot cube, axes and charted data. Its Style inherits directly from the parent ChartField.