'Declaration Public Sub RemoveChartType( _ ByVal chartType As SeriesChartType _ )
'Usage Dim instance As ComboChart Dim chartType As SeriesChartType instance.RemoveChartType(chartType)
public void RemoveChartType( SeriesChartType chartType )
Parameters
- chartType
- The SeriesChartType that will be removed from the ComboChart.