GrapeCity.Xaml.Excel
ExcelAreaChart Constructor(ExcelChartType)


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

Parameters

areaChartType
Type of the area chart.
See Also

Reference

ExcelAreaChart Class
ExcelAreaChart Members
Overload List