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



Gets or sets a value that indicates whether legend entries are listed top to bottom in multi-column legend boxes.

Syntax

Visual Basic (Declaration) 
Public Property ListTopToBottom As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LegendBox
Dim value As Boolean
 
instance.ListTopToBottom = value
 
value = instance.ListTopToBottom
C# 
public bool ListTopToBottom {get; set;}
C++/CLI 
public:
property bool ListTopToBottom {
   bool get();
   void set (bool value);
}

Remarks

When false, entries are listed left to right across columns in multi-column legend boxes.

See Also