Overview of 2D Property Pages > ChartGroups Page > General Tab (ChartGroups) |
The ChartType dropdown allows you to change the specific type of chart used for each ChartGroup.
Chart2D.ChartGroups.Item(ii).ChartType
The DrawingOrder dropdown allows you to specify the order that the selected ChartGroup is drawn.
Chart2D.ChartGroups.Item(ii).DrawingOrder
When selected (checked), the IsStacked checkbox sets the IsStacked property so that the chart values are stacked.
Note: This property is available for plot, area, polar, radar and filled radar charts.
Chart2D.ChartGroups.Item(ii).IsStacked