.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : CultureName Property
CultureName Property (Axis)
Gets or sets the culture name used for number and date formatting in conjunction with FormatString.
Syntax
'Declaration
 
Public Property CultureName As String
'Usage
 
Dim instance As Axis
Dim value As String
 
instance.CultureName = value
 
value = instance.CultureName
public string CultureName {get; set;}

Property Value

A string representing the culture name of this axis.
Remarks
The culture name is applied to tick values and data charted on this axis. See the System.Globalization.CultureInfo class for possible names of a culture.
(This property applies to value axes)
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