Xceed Chart for WinForms v4.4 Documentation
FormatValue Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > ValueFormatting Class : FormatValue Method
value to format
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)
public string FormatValue( 

   object 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

Reference

ValueFormatting Class
ValueFormatting Members