Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / AxisCrosses Enumeration
In This Topic
    AxisCrosses Enumeration
    In This Topic
    Specifies the point on the specified axis where the other axis crosses.
    Members
    MemberDescription
    AutomaticSpecifies the axis crossing point.
    CustomSpecifies the axis crossing point using the CrossesAt property.
    MaximumSpecifies that the axis crosses at the maximum value.
    MinimumSpecifies that the axis crosses at the minimum value.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.AxisCrosses

    See Also