GrapeCity.Xaml.Excel
LabelAlignment Enumeration


GrapeCity.Excel.Chart Namespace : LabelAlignment Enumeration
Specifies the possible ways to align the tick lables.
Syntax
'Declaration
 
Public Enum LabelAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As LabelAlignment
public enum LabelAlignment : System.Enum 
Members
MemberDescription
Center Specifies that the text shall be centered.
Left Specifies that the text shall be left justified.
Right Specifies that the text shall be right justified.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace