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


GrapeCity.Xaml.SpreadSheet.Data Namespace > XYDataMarker Class : XValue Property
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

Reference

XYDataMarker Class
XYDataMarker Members