dotnetCHARTING Send comments on this topic.
LegendEntryHeaderMode Enumeration
See Also  
dotnetCHARTING Namespace : LegendEntryHeaderMode Enumeration


Specifies a header mode for element entries.

Syntax

Visual Basic (Declaration) 
Public Enum LegendEntryHeaderMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LegendEntryHeaderMode
C# 
public enum LegendEntryHeaderMode : Enum 

Members

MemberDescription
NoneNo effect.
RepeatOnEachColumn Forces the LegendEntry to be repeated at the top of each column in multi-column legend boxes.
StartNewColumn Causes the LegendEntry to start a new column.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LegendEntryHeaderMode

See Also

© 2010 All Rights Reserved.