In This Topic
Gets the formatted value of axis point.
Syntax
'Declaration
Public ReadOnly Property FormattedValue As String
'Usage
Dim instance As AxisPoint
Dim value As String
value = instance.FormattedValue
public string FormattedValue {get;}
See Also