Xceed Chart for WinForms v4.4 Documentation
Format Property (ValueFormatting)


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > ValueFormatting Class : Format Property
Specifies the used predefined format.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the used predefined format.")>

<CategoryAttribute("General")>

Public Property Format As ValueFormat
'Usage
 
Dim instance As ValueFormatting

Dim value As ValueFormat

 

instance.Format = value

 

value = instance.Format
[Description("Specifies the used predefined format.")]

[Category("General")]

public ValueFormat Format {get; set;}
Remarks
By defualt set to Default.

In this mode if the user invokes the FormatNumber method the value will be formatted with the default value format.

if the user invokes the FormatDateTime method the datetime will be formatted with the default datetime format.

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