GrapeCity.Xaml.SpreadSheet.Data
LegendPosition Enumeration


GrapeCity.Xaml.SpreadSheet.Data Namespace : LegendPosition Enumeration
Specifies the position of the legend.
Syntax
'Declaration
 
Public Enum LegendPosition 
   Inherits System.Enum
'Usage
 
Dim instance As LegendPosition
public enum LegendPosition : System.Enum 
Members
MemberDescription
Bottom The legend is at the bottom of the chart.
Left The legend is at the left of the chart.
None Specifies no legend or the legend is placed outside the chart control.
Right The legend is at the right of the chart.
Top The legend is at the top of the chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Xaml.SpreadSheet.Data.LegendPosition

See Also

Reference

GrapeCity.Xaml.SpreadSheet.Data Namespace