GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ScaleType Enumeration


ScaleType Enumeration
Specifies the scale type of the value axis.
Syntax
'Declaration
 
Public Enum ScaleType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScaleType
Members
MemberDescription
LinearLinear
LogarithmicLogarithmic
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.ScaleType

See Also