GrapeCity.Xaml.Excel
SurfaceSeries Property (ExcelSurface3DChart)


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

Reference

ExcelSurface3DChart Class
ExcelSurface3DChart Members