Value Property (AxisPoint)
In This Topic
Gets the coordinate value of the axis point.
Syntax
'Declaration
Public ReadOnly Property Value As Double
'Usage
Dim instance As AxisPoint
Dim value As Double
value = instance.Value
public double Value {get;}
See Also