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 for determinine what time unit to use for a chart axisdetermining the scale for category axes that have a DisplayType of TimeScale.

Signature
C#
C#
 public sealed class AxisTimeUnit : TypesafeEnum
Signature
vb.net
vb.net
Public NotInheritable Class AxisTimeUnit
		Inherits TypesafeEnum
Remarks

For more information about the effects that these enumeration values have, see the BaseUnit, MajorUnit and MinorUnit properties.

Values

Name

Description

Anchor
Day
Day
Day

Time is measured in days

Anchor
Month
Month
Month

Time is measured in months

Anchor
Year
Year
Year

Time is measured in years

...