dotnetCHARTING Send comments on this topic.
HeaderLabel Property
See Also 
dotnetCHARTING Namespace > Box Class : HeaderLabel Property


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

Syntax

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

See Also

© 2010 All Rights Reserved.