dotnetCHARTING Send comments on this topic.
DataGridFormatString Property
See Also 
dotnetCHARTING Namespace > Chart Class : DataGridFormatString Property


Gets or sets the format string which determines number formatting in the datagrid.

Syntax

Visual Basic (Declaration) 
Public Property DataGridFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As String
 
instance.DataGridFormatString = value
 
value = instance.DataGridFormatString
C# 
public string DataGridFormatString {get; set;}

Remarks

See 'Formatting Types' in your msdn documentation for a complete list of options.



Some shortcuts are also provided for specific settings including "C" for "currency" , "E" for "scientific" , "F" for "fixed" , "G" for "general" and "N,2" for normal and the number after the comma determines the number of decimal places.

See Also

© 2010 All Rights Reserved.