GrapeCity.Xaml.Excel
SurfaceSeries Property (ExcelSurfaceChart)


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

Reference

ExcelSurfaceChart Class
ExcelSurfaceChart Members