'Declaration Public Function New( _ ByVal chartType As ExcelChartType _ )
'Usage Dim chartType As ExcelChartType Dim instance As New ExcelLineChart(chartType)
public ExcelLineChart( ExcelChartType chartType )
Parameters
- chartType
- Type of the chart.
'Declaration Public Function New( _ ByVal chartType As ExcelChartType _ )
'Usage Dim chartType As ExcelChartType Dim instance As New ExcelLineChart(chartType)
public ExcelLineChart( ExcelChartType chartType )
Exception | Description |
---|---|
System.ArgumentException | The specified chart type is not compitible with line chart;chartType |