GrapeCity.Xaml.Excel
ExcelOfPieChart Constructor(ExcelChartType)


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

Parameters

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

Reference

ExcelOfPieChart Class
ExcelOfPieChart Members
Overload List