Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / XYDataMarker Class / XValue Property


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

    Property Value

    The X value.
    See Also