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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Enumeration for determining the scale for category axes that have a [DisplayType|CategoryAxis.DisplayType] of TimeScale.{excerpt}
{signature:C#}
 public sealed class AxisTimeUnit : TypesafeEnum
Signature
{signature}{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

...

Time is measured in days

...

Time is measured in months

...

Time is measured in years

...

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