GrapeCity.Xaml.Excel
ExcelRadarChart Constructor(ExcelChartType)


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

Parameters

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

Reference

ExcelRadarChart Class
ExcelRadarChart Members
Overload List