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


In This Topic
    LegendLabelPosition Enumeration
    In This Topic
    Enumerates available labels positions in the legend.
    Syntax
    'Declaration
     
    
    Public Enum LegendLabelPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendLabelPosition
    public enum LegendLabelPosition : System.Enum 
    Members
    MemberDescription
    FarThe labels are farther from the chart than legend body.
    NearThe labels are nearer to the chart than legend body.
    Inheritance Hierarchy

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

    See Also