Version

Composite Chart

A new ChartType has been added to Chart that allows the composition of existing charts to make new charts. Along with this new chart type, several changes were made to allow for this functionality.

New collections have been added to the Chart:

  • A Series collection can contain multiple Series of data. Each series can contain multiple points of data.

  • A ChartAreas collection can contain separate areas to which chart layers can be added. You can add one or more chart layers to each ChartArea .

  • A ChartLayers collection enables multiple chart types to be added to the display.