DatabaseCultureName Property (Chart)
Gets or sets the culture name used when StartDate and EndDate insert to the sql statement. This property only necessary to set if the web server and database server having different culture setting.
Syntax
Remarks
See the CultureInfo class for possible names of a culture.
Example
Chart.DataBaseCultureName = "en-GB";
Chart.DataBaseCultureName = "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