GrapeCity.Xaml.Excel
ExcelPie3DChart Constructor(ExcelChartType)


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

Parameters

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

Reference

ExcelPie3DChart Class
ExcelPie3DChart Members
Overload List