GrapeCity.Xaml.Excel
ExcelLineChart Constructor(ExcelChartType)


GrapeCity.Excel.Chart Namespace > ExcelLineChart Class > ExcelLineChart Constructor : ExcelLineChart Constructor(ExcelChartType)
Type of the chart.
Initializes a new instance of the ExcelLineChart class.
Syntax
'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.
Exceptions
ExceptionDescription
The specified chart type is not compitible with line chart;chartType
See Also

Reference

ExcelLineChart Class
ExcelLineChart Members
Overload List