Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IXYDataPoint Interface / XValue Property


In This Topic
    XValue Property (IXYDataPoint)
    In This Topic
    Gets the X value.
    Syntax
    'Declaration
     
    ReadOnly Property XValue As Nullable(Of Double)
    'Usage
     
    Dim instance As IXYDataPoint
    Dim value As Nullable(Of Double)
     
    value = instance.XValue
    Nullable<double> XValue {get;}

    Property Value

    The X value.
    See Also