.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : DefaultCultureName Property
DefaultCultureName Property
Gets or sets the default culture name which determines number and date formatting.
Syntax
'Declaration
 
Public Property DefaultCultureName As String
'Usage
 
Dim instance As Chart
Dim value As String
 
instance.DefaultCultureName = value
 
value = instance.DefaultCultureName
public string DefaultCultureName {get; set;}
Remarks
Equivalent to Chart.DefaultAxis.CultureName. See the System.Globalization.CultureInfo class for possible names of a culture.
Example
Chart.DefaultCultureName = "en-GB";
Chart.DefaultCultureName = "en-GB"
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