ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisPoint Class / FormattedValue Property


In This Topic
    FormattedValue Property
    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