Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

In conjunction with MajorUnitValue, determines the time interval between axis labels and major tick marks for category axes with a DisplayType of TimeScale.

Signature
C#C#
Wiki Markup
{description}
{excerpt}In conjunction with [MajorUnitValue|CategoryAxis.MajorUnitValue], determines the [time interval|CategoryAxis.AxisTimeUnit] between axis labels and major tick marks for category axes with a [DisplayType|CategoryAxis.DisplayType] of TimeScale.{excerpt}
{signature:C#}
 public AxisTimeUnit MajorUnit{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property MajorUnit() As AxisTimeUnit
Remarks

This value specifies the units of measurement when determining how frequently there will be data labels on a time-scaled category axis. For example, if MajorUnit is set to Month and MajorUnitValue is set to 6, then there will be 6 months between every label.

The default value for newly created charts in ExcelWriter is Days.

This property has no effect for category axes with a DisplayType of Category.

...

{signature}
{remarks}
This value specifies the units of measurement when determining how frequently there will be data labels on a time-scaled category axis. For example, if MajorUnit is set to Month and [MajorUnitValue|CategoryAxis.MajorUnitValue] is set to 6, then there will be 6 months between every label.

The default value for newly created charts in ExcelWriter is Days.

This property has no effect for category axes with a [DisplayType|CategoryAxis.DisplayType] of Category.
{remarks}
{scrollbar}