Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / AxisCrosses Enumeration
In This Topic
    AxisCrosses Enumeration
    In This Topic
    Specifies the point on the specified axis where the other axis crosses.
    Syntax
    public enum AxisCrosses : System.Enum 
    Members
    MemberDescription
    Automatic Specifies the axis crossing point.
    Custom Specifies the axis crossing point using the CrossesAt property.
    Maximum Specifies that the axis crosses at the maximum value.
    Minimum Specifies that the axis crosses at the minimum value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.AxisCrosses

    See Also