Spread Silverlight Documentation
XValue Property (XYDataPoint)


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

Property Value

The X value.
See Also

Reference

XYDataPoint Class
XYDataPoint Members