Gets or sets the default format string which determines number and date formatting.
See Chart.
DefaultAxis.
FormatString. 
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
| Public Property DefaultFormatString As String | 
 
| Visual Basic (Usage) |  Copy Code | 
| Dim instance As Chart
Dim value As String
 
instance.DefaultFormatString = value
 
value = instance.DefaultFormatString
 | 
 
| C# |  | 
| public string DefaultFormatString {get; set;} | 
  
 Example
Example
| C# |  Copy Code | 
| Chart.DefaultFormatString = "n,2";Chart.DefaultFormatString = "MM";
 
 | 
 
| Visual Basic |  Copy Code | 
| Chart.DefaultFormatString = "n,2"Chart.DefaultFormatString = "MM"
 
 | 
  
Remarks
 See Also
See Also