Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{description}
{excerpt}Enumeration value allowing you to determine how the axis is displayed.{excerpt}{description}
{signature:C#}
 public sealed class AxisDisplayType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class AxisDisplayType
		Inherits TypesafeEnum
{signature}
{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.
{remarks}
{values}
|| Name || Description ||
| {anchor:Automatic}Automatic | Excel will set the display format automatically. |
| {anchor:Category}Category | Category axis values will be displayed as text, with each data point occupying an equal amount of horizontal space. |
| {anchor:TimeScale}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. |
{scrollbar}