SpreadsheetGear 2017
CategoryType Enumeration






SpreadsheetGear.Charts Namespace : CategoryType Enumeration
Specifies the scale type on a category axis.
Syntax
'Declaration
 
Public Enum CategoryType 
   Inherits System.Enum
'Usage
 
Dim instance As CategoryType
public enum CategoryType : System.Enum 
public enum CategoryType = class(System.Enum)
public enum CategoryType extends System.Enum
__value public enum CategoryType : public System.Enum 
public enum class CategoryType : public System.Enum 
Members
MemberDescription
AutomaticScaleAutomatically determine scale type based off category data.
CategoryScaleCategory scale.
TimeScaleTime scale.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.CategoryType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace