Spread Silverlight Documentation
ZValue Property (IXYZDataPoint)


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

Property Value

The z value.
See Also

Reference

IXYZDataPoint Interface
IXYZDataPoint Members