Description
Enumeration value allowing you to determine how the axis is displayed.
C#
vb.net
Remarks
This enumeration is used in the CategoryAxis.DisplayType property to determine how the category axis should be displayed. For more information on the effect that the different enumeration values have, see the remarks on that property.Values
Name |
Description |
---|---|
Automatic |
Excel will set the display format automatically. |
Category |
Category axis values will be displayed as text, with each data point occupying an equal amount of horizontal space. |
TimeScale |
Category axis will show a range of dates in chronological order. The horizontal position of each data point is determined by where it falls in this range of dates. |