Gets or sets the default culture name which determines number and date formatting.
[Visual Basic]
Public Property DefaultCultureName As String
[C#]
public string DefaultCultureName {get; set;}
Equivalent to Chart.DefaultAxis.CultureName. See the CultureInfo class for possible names of a culture.
[C#]
Chart.DefaultCultureName = "en-GB"; |
[Visual Basic]
Chart.DefaultCultureName = "en-GB" |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.