Click or drag to resize

ExcelChartCategoryAxisType Enumeration

Represents the type of the category axis of a chart

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelChartCategoryAxisType
Members
  Member nameValueDescription
AutomaticScale0 The axis type is automatically controlled.
CategoryScale1 Axis groups data by an arbitrary set of categories.
TimeScale2 Axis groups data on a time scale.
See Also