2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / LegendOrientationEnum Enumeration

In This Topic
    LegendOrientationEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Legend.Orientation in the Legend class.
    Syntax
    'Declaration
     
    Public Enum LegendOrientationEnum 
       Inherits System.Enum
    public enum LegendOrientationEnum : System.Enum 
    Members
    MemberDescription
    AutoHorizontal for legends with north and south Compass values, and Vertical for legends with east and west Compass values.
    HorizontalLegend entries are stacked vertically as legend height permits. If sufficient height is not available, additional legend columns are created.
    HorizontalVariableItemWidthThe same as Horizontal, but entries can have different widths according to its content.
    VerticalLegend entries are added side by side as (horizontally) as legend width permits. If sufficient width is not available, additional legend rows are created.
    VerticalVariableItemHeightThe same as Vertical, but entries can have different heights according to its content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.LegendOrientationEnum

    See Also