dotnetCHARTING Send comments on this topic.
CultureName Property
See Also 
dotnetCHARTING Namespace > Axis Class : CultureName Property


Gets or sets the culture name used for number and date formatting in conjunction with FormatString.

Syntax

Visual Basic (Declaration) 
Public Property CultureName As String
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As String
 
instance.CultureName = value
 
value = instance.CultureName
C# 
public string CultureName {get; set;}

Return 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 CultureInfo class for possible names of a culture.
(This property applies to value axes)

See Also

© 2010 All Rights Reserved.