GrapeCity.Xaml.Excel
DataLabelPosition Enumeration


GrapeCity.Excel.Chart Namespace : DataLabelPosition Enumeration
Specifies the position of the data label.
Syntax
'Declaration
 
Public Enum DataLabelPosition 
   Inherits System.Enum
'Usage
 
Dim instance As DataLabelPosition
public enum DataLabelPosition : System.Enum 
Members
MemberDescription
BestFit The data label shall be displayed in the best position
Bottom The data label shall be displayed below the data marker.
Center The data label shall be displayed centerend on the data marker.
InsideBase The data label shall be displayed inside the base of the data marker.
InsideEnd The data label shall be displayed inside the end of the data marker.
Left The data label shall be displayed to the left of the data marker.
OutsideEnd The data label shall be displayed outside the end of the data marker.
Right The data label shall be displayed to the right of the data marker.
Top The data label shall be displayed above the data marker.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.DataLabelPosition

See Also

Reference

GrapeCity.Excel.Chart Namespace