Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / LegendLabelPosition Enumeration


In This Topic
    LegendLabelPosition Enumeration
    In This Topic
    Specifies the labels' position relative to the legend.
    Syntax
    'Declaration
     
    Public Enum LegendLabelPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As LegendLabelPosition
    public enum LegendLabelPosition : System.Enum 
    Members
    MemberDescription
    FarSpecifies the labels are farther from the chart than the legend body.
    NearSpecifies the labels are nearer to the chart than the legend body.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.LegendLabelPosition

    See Also