[]
Chart3DGroup contains chart data and classes that control chart appearance.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DGroup
| Name | Description |
|---|---|
| Bar | Controls the appearance of a bar chart. |
| ChartData | Data for the chart. |
| ChartType | The type of chart to be displayed. |
| Contour | The type of contouring to be used. |
| Elevation | Controls the three-dimensional appearance of the chart. |
| Surface | Controls the appearance of a surface format chart. |
| Name | Description |
|---|---|
| ShouldSerializeBar() | Returns false if the Chart3DGroup Bar property is in the default state. |
| ShouldSerializeContour() | Returns false if the Chart3DGroup Contour property is in the default state. |
| ShouldSerializeElevation() | Returns false if the Chart3DGroup Elevation property is in the default state. |
| ShouldSerializeSurface() | Returns false if the Chart3DGroup Surface property is in the default state. |
| ToString() | Returns a string that represents the current Chart3DGroup. |