dotnetCHARTING Send comments on this topic.
Label Property
See Also 
dotnetCHARTING Namespace > AxisTick Class : Label Property


Gets or sets the Label of this AxisTick.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.