Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Enumeration value allowing you to determine how the axis is displayed.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Enumeration value allowing you to determine how the axis is displayed.{excerpt}
{signature:C#}
 public sealed class AxisDisplayType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class AxisDisplayType
		Inherits TypesafeEnum
Remarks
This enumeration is used in the
{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.
Values

...

Name

...

Description

...

Excel will set the display format automatically.

...

Category axis values will be displayed as text, with each data point occupying an equal amount of horizontal space.

...

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.

...


{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}