Xceed Chart for WinForms v4.4 Documentation
CustomFormat Property


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > ValueFormatting Class : CustomFormat Property
Specifies a custom format string.
Syntax
'Declaration
 
<CategoryAttribute("General")>

<DescriptionAttribute("Specifies a custom format string.")>

Public Property CustomFormat As String
'Usage
 
Dim instance As ValueFormatting

Dim value As String

 

instance.CustomFormat = value

 

value = instance.CustomFormat
[Category("General")]

[Description("Specifies a custom format string.")]

public string CustomFormat {get; set;}
Remarks
For more information regarding the format specifier that you can use in the custom format string please refer to the following topics:

Visual Studio .NET -> .NET Framework -> Programming with .NET Framework -> Working with Base Types -> Formatting Types -> Numeric Format Strings -> Standard Numeric Format Strings

Visual Studio .NET -> .NET Framework -> Programming with .NET Framework -> Working with Base Types -> Formatting Types -> Numeric Format Strings -> Custom Numeric Format Strings

///

Visual Studio .NET -> .NET Framework -> Programming with .NET Framework -> Working with Base Types -> Formatting Types -> Date and Time Format Strings

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