Spread Silverlight Documentation
ZValue Property (XYZDataLabel)


GrapeCity.Windows.SpreadSheet.Data Namespace > XYZDataLabel Class : ZValue Property
Gets the Z value.
Syntax
'Declaration
 
Public ReadOnly Property ZValue As System.Nullable(Of Double)
'Usage
 
Dim instance As XYZDataLabel
Dim value As System.Nullable(Of Double)
 
value = instance.ZValue
public System.Nullable<double> ZValue {get;}

Property Value

The Z value.
See Also

Reference

XYZDataLabel Class
XYZDataLabel Members