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;}
[JScript]
public function get,set DefaultCultureName : String
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 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.