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


In This Topic
    LegendAlignment Enumeration
    In This Topic
    Specifies how to align the legend.
    Syntax
    'Declaration
     
    Public Enum LegendAlignment 
       Inherits System.Enum
    'Usage
     
    Dim instance As LegendAlignment
    public enum LegendAlignment : System.Enum 
    Members
    MemberDescription
    BottomCenterAlign the legend at the bottom center of the chart.
    BottomLeftAlign the legend at the bottom left of the chart.
    BottomRightAlign the legend at the bottom right of the chart.
    MiddleLeftAlign the legend at the middle left of the chart.
    MiddleRightAlign the legend at the middle right of the chart.
    TopCenterAlign the legend at the top center of the chart.
    TopLeftAlign the legend at the top left of the chart.
    TopRightAlign the legend at the top right of the chart.
    Inheritance Hierarchy

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

    See Also