GrapeCity.Xaml.Excel
AreaChart Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : AreaChart Property
Specifies there is a area chart
Syntax
'Declaration
 
Public Property AreaChart As IExcelAreaChart
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelAreaChart
 
instance.AreaChart = value
 
value = instance.AreaChart
public IExcelAreaChart AreaChart {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members