Spread Silverlight Documentation
AxisZ Property (SpreadChart)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChart Class : AxisZ Property
Gets or sets the z-axis.
Syntax
'Declaration
 
Public Property AxisZ As Axis
'Usage
 
Dim instance As SpreadChart
Dim value As Axis
 
instance.AxisZ = value
 
value = instance.AxisZ
public Axis AxisZ {get; set;}

Property Value

The z-axis of the chart.
See Also

Reference

SpreadChart Class
SpreadChart Members