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 determining the scale for category axes that have a DisplayType of TimeScale.

Signature
C#
C#
 public sealed class AxisTimeUnit : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class AxisTimeUnit
		Inherits TypesafeEnum
{signature}
{remarks}
For more information about the effects that these enumeration values have, see the [BaseUnit|CategoryAxis.BaseUnit], [MajorUnit|CategoryAxis.MajorUnit] and [MinorUnit|CategoryAxis.MinorUnit] properties.
{remarks}
{values}
|| Name || Description ||
| {anchor:Day}Day | Time is measured in days |
| {anchor:Month}Month | Time is measured in months |
| {anchor:Year}Year | Time is measured in years |
{scrollbar}
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

Scrollbar