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