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

In conjunction with MinorUnitValue, determines the time interval between minor tick marks for category axes with a DisplayType of TimeScale.

Signature
C#
C#
 public AxisTimeUnit MinorUnit{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property MinorUnit() As AxisTimeUnit
{signature}
{remarks}
This value specifies the units of measurement when determining how frequently there will be tick marks on a time-scaled category axis. For example, if MinorUnit is set to Day and [MinorUnitValue|CategoryAxis.MinorUnitValue] is set to 2, then there will be 2 days between every minor tick mark.

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

This value specifies the units of measurement when determining how frequently there will be tick marks on a time-scaled category axis. For example, if MinorUnit is set to Day and MinorUnitValue is set to 2, then there will be 2 days between every minor tick mark.

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

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

Scrollbar