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


Gets or sets a single Label object used for this entire group of shapes.

Syntax

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

See Also

© 2010 All Rights Reserved.