Winnovative Excel Library

ExcelChartCategoryAxisType Enumeration

Winnovative Excel Library Documentation
Represents the type of the category axis of a chart

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference