Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / LegendOrientation Enumeration


In This Topic
    LegendOrientation Enumeration
    In This Topic
    Enumerates available legend orientation.
    Syntax
    'Declaration
     
    
    Public Enum LegendOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendOrientation
    public enum LegendOrientation : System.Enum 
    Members
    MemberDescription
    AutoThe orientation is selected automatically.
    HorizontalHorizontal orientation.
    VerticalVertical orientation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Chart3D.LegendOrientation

    See Also