GrapeCity.Xaml.Excel
LineChart Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members