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


Gets or sets a LegendEntry that is used as a header of this LegendBox.

Syntax

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

Remarks

This entry is not visible by default. To use it, set HeaderEntry.Visible = true. By default this object has different style settings that accentuate the fact that it is a header. Additional headers can be added to the ExtraEntries collection.

See Also

© 2010 All Rights Reserved.