Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public sealed class AxisDisplayType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class AxisDisplayType
		Inherits TypesafeEnum
{signature}
{remarks}
This enumeration is used in the [
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}

Values

Name

Description

Anchor
Automatic
Automatic
Automatic

Excel will set the display format automatically.

Anchor
Category
Category
Category

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

Anchor
TimeScale
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