| Visual Basic (Declaration) | |
|---|---|
| Public Property CultureName As String | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public string CultureName {get; set;} | |
Return Value
A string representing the culture name of this axis.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)
            
            
            (This property applies to value axes)
 
     
     
     
    