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


Obsolete, please use LegendBox.LabelStyle instead.

Syntax

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

See Also