DefaultCultureName Property
Gets or sets the default culture name which determines number and date formatting.
Syntax
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