Spread Silverlight Documentation
XValue Property (IXYDataPoint)


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

Property Value

The X value.
See Also

Reference

IXYDataPoint Interface
IXYDataPoint Members