GrapeCity.Xaml.Excel
AxisZ Property (ExcelSurface3DChart)


GrapeCity.Excel.Chart Namespace > ExcelSurface3DChart Class : AxisZ Property
Represeents the series axis info.
Syntax
'Declaration
 
Public Property AxisZ As IExcelChartAxis
'Usage
 
Dim instance As ExcelSurface3DChart
Dim value As IExcelChartAxis
 
instance.AxisZ = value
 
value = instance.AxisZ
public IExcelChartAxis AxisZ {get; set;}
See Also

Reference

ExcelSurface3DChart Class
ExcelSurface3DChart Members