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


Gets or sets the Label for this shape.

Syntax

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

See Also

© 2010 All Rights Reserved.