[]
Represents 3D chart groups, data labels, chart and contour styles.
public class Chart3DGroups : ChartObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| ColumnLabels | Gets the collection of labels for columns (X-axis) in the chart, used when the X-axis has its AnnoMethod property set to DataLabels. |
| ContourStyles | Gets the contour styles collection. |
| Group0 | Gets the first chart group. |
| RowLabels | Gets the collection of labels for rows (Y-axis) in the chart, used when the Y-axis has its AnnoMethod property set to DataLabels. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |