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


Gets or sets a Label object that is drawn in this header. A header will not be shown if the label does not contain any text.

Syntax

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

See Also

© 2011 All Rights Reserved.