Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / ValueFormatting Class / Format Property


In This Topic
    Format Property (ValueFormatting)
    In This Topic
    Specifies the used predefined format.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("Specifies the used predefined format.")>
    Public Property Format As ValueFormat
    'Usage
     
    Dim instance As ValueFormatting
    Dim value As ValueFormat
     
    instance.Format = value
     
    value = instance.Format
    [Category("General")]
    [Description("Specifies the used predefined format.")]
    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