Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ScaleType Enumeration
In This Topic
    ScaleType Enumeration
    In This Topic
    Specifies the scale type of the value axis.
    Syntax
    public enum ScaleType : System.Enum 
    Members
    MemberDescription
    Linear Specifies the linear scale.
    Logarithmic Specifies the logarithmic scale.
    Inheritance Hierarchy

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

    See Also