GrapeCity.Xaml.Excel
ExcelSurfaceChart Constructor(ExcelChartType)


GrapeCity.Excel.Chart Namespace > ExcelSurfaceChart Class > ExcelSurfaceChart Constructor : ExcelSurfaceChart Constructor(ExcelChartType)
Type of the chart.
Initializes a new instance of the ExcelSurfaceChart class.
Syntax
'Declaration
 
Public Function New( _
   ByVal chartType As ExcelChartType _
)
'Usage
 
Dim chartType As ExcelChartType
 
Dim instance As New ExcelSurfaceChart(chartType)
public ExcelSurfaceChart( 
   ExcelChartType chartType
)

Parameters

chartType
Type of the chart.
Exceptions
ExceptionDescription
The specified chart type is not compitible with surface chart;chartType
See Also

Reference

ExcelSurfaceChart Class
ExcelSurfaceChart Members
Overload List