Changes the ChartType and AxisType of the series at the same time. Certain combinations of charts do not allow these operations to be performed sequentially. For example, if a chart contains two pies on the primary axis and a line on the secondary, you cannot change the chart or axis type of a pie unless the changes are simultaneous.

 public void ChangeConfiguration(ChartType type, AxisType axisType)
Public Sub ChangeConfiguration(ByVal type As ChartType, ByVal axisType As AxisType)

A ChartType value.

An AxisType value.