Visual Basic (Declaration) | |
---|---|
Public Property Name As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string Name {get; set;} |
Return Value
A string representing the name of this axis.If Axis.Label.Text is not specified this
value will be used. The name is also used to identify the axis with element or series tokens.