Creates a new, blank chart of the specified type.

 public Chart CreateChart(ChartType type, Anchor cornerTopLeft)
Public Function CreateChart(ByVal type As ChartType, ByVal cornerTopLeft As Anchor) As Chart

The type of chart to create.

An Anchor representing the top left corner of the chart's position.

a new Chart.