C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / LegendOrientationEnum Enumeration

LegendOrientationEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DLegend.Orientation in the Chart3DLegend class.
Syntax
'Declaration
 
Public Enum LegendOrientationEnum 
   Inherits 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 added side by side as (horizontally) as legend width permits. If sufficient width is not available, additional legend rows are created.
VerticalLegend entries are stacked vertically as legend height permits. If sufficient height is not available, additional legend columns are created.
Inheritance Hierarchy

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

See Also