Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / ValueFormatting Class / FormatValue Method
value to format


    FormatValue Method
    Formats the specified number.
    Syntax
    'Declaration
     
    Public Function FormatValue( _
       ByVal obj As Object _
    ) As String
     
    'Usage
     
    Dim instance As ValueFormatting
    Dim obj As Object
    Dim value As String
     
    value = instance.FormatValue(obj)

    Parameters

    obj
    value to format

    Return Value

    string representation of the value
    Remarks
    The number is formatted using the specified predefined format. If the Format property is set to Custom the number is formatted with the specified CustomFormat formatting string.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also