GrapeCity.Xaml.Excel
SurfaceSeries Property (IExcelSurfaceChartBase)


GrapeCity.Excel.Chart Namespace > IExcelSurfaceChartBase Interface : SurfaceSeries Property
Specifies the data series for the surface chart.
Syntax
'Declaration
 
Property SurfaceSeries As List(Of ExcelSurfaceSeries)
'Usage
 
Dim instance As IExcelSurfaceChartBase
Dim value As List(Of ExcelSurfaceSeries)
 
instance.SurfaceSeries = value
 
value = instance.SurfaceSeries
List<ExcelSurfaceSeries> SurfaceSeries {get; set;}
See Also

Reference

IExcelSurfaceChartBase Interface
IExcelSurfaceChartBase Members