Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / XYZDataLabel Class / ZValue Property


In This Topic
    ZValue Property (XYZDataLabel)
    In This Topic
    Gets the Z value.
    Syntax
    'Declaration
     
    Public ReadOnly Property ZValue As Nullable(Of Double)
    'Usage
     
    Dim instance As XYZDataLabel
    Dim value As Nullable(Of Double)
     
    value = instance.ZValue
    public Nullable<double> ZValue {get;}

    Property Value

    The Z value.
    See Also