ValueFormatting Class Members
See Also  Fields  Properties  Methods 
Xceed.Chart.Utilities Assembly > Xceed.Chart.Utilities Namespace : ValueFormatting Class

The following tables list the members exposed by ValueFormatting.

Public Constructors

 NameDescription
public ConstructorValueFormatting ConstructorConstructs a new instance of the class with the current culture info.  
Top

Protected Fields

 NameDescription
protected Fieldm_CultureInfoThis member is reserved for internal use and is not intended to be used directly from your code.  
protected Fieldm_FormatThis member is reserved for internal use and is not intended to be used directly from your code.  
protected Fieldm_sCustomFormatThis member is reserved for internal use and is not intended to be used directly from your code.  
Top

Public Properties

 NameDescription
public PropertyCultureInfoAllows you to localize the value formatting for a specific language and region.  
public PropertyCustomFormatSpecifies a custom format string.  
public PropertyFormatSpecifies the used predefined format.  
Top

Public Methods

 NameDescription
public MethodCloneCreates an identical copy of this object.  
public MethodFormatValueFormats the specified number.  
Top

See Also