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


Gets or sets the name of this axis.

Syntax

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

Return Value

A string representing the name of this axis.

Remarks

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.

See Also

© 2010 All Rights Reserved.