Spread Silverlight Documentation
XValue Property (OpenHighLowCloseDataPoint)


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

Property Value

The X value.
See Also

Reference

OpenHighLowCloseDataPoint Class
OpenHighLowCloseDataPoint Members