GrapeCity.Xaml.Excel
Surface3DChart Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members