Spread Windows Forms 12.0 Product Documentation
DatabarAxisPosition Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : DatabarAxisPosition Enumeration
Represents the axis position for the data bar.
Syntax
'Declaration
 
Public Enum DatabarAxisPosition 
   Inherits System.Enum
'Usage
 
Dim instance As DatabarAxisPosition
public enum DatabarAxisPosition : System.Enum 
Members
MemberDescription
AutomaticIndicates that the axis position for the data bar is calculated automatically.
MiddleIndicates that the axis position for the data bar is the midpoint of the cell.
NoneIndicates that there is no axis for the data bar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.DatabarAxisPosition

See Also

Reference

GrapeCity.Spreadsheet Namespace