.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > LegendBox Class : HeaderEntry Property
HeaderEntry Property
Gets or sets a LegendEntry that is used as a header of this LegendBox.
Syntax
'Declaration
 
Public Property HeaderEntry As LegendEntry
'Usage
 
Dim instance As LegendBox
Dim value As LegendEntry
 
instance.HeaderEntry = value
 
value = instance.HeaderEntry
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also