GrapeCity.Xaml.SpreadSheet.Data
XValue Property (XYDataPoint)


GrapeCity.Xaml.SpreadSheet.Data Namespace > XYDataPoint Class : XValue Property
Gets the X value.
Syntax
'Declaration
 
Public ReadOnly Property XValue As Nullable(Of Double)
'Usage
 
Dim instance As XYDataPoint
Dim value As Nullable(Of Double)
 
value = instance.XValue
public Nullable<double> XValue {get;}

Property Value

The X value.
See Also

Reference

XYDataPoint Class
XYDataPoint Members