.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > LegendBox Class : ListTopToBottom Property
ListTopToBottom Property
Gets or sets a value that indicates whether legend entries are listed top to bottom in multi-column legend boxes.
Syntax
'Declaration
 
Public Property ListTopToBottom As Boolean
'Usage
 
Dim instance As LegendBox
Dim value As Boolean
 
instance.ListTopToBottom = value
 
value = instance.ListTopToBottom
public bool ListTopToBottom {get; set;}
Remarks
When false, entries are listed left to right across columns in multi-column legend boxes.
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