MinorAxisScale property: Timeline class

Description

Use this property to specify a string value indicating the time scale of the minor axis.

The values are case sensitive, and it should be in lower case. The valid values are:

  • days

  • hours

  • minutes

  • months

  • quarters

  • seconds

  • weeks

  • years

If a value is not specified, the chart is not rendered.

This property is read/write, and is required.

Example

&oChart.MinorAxisScale = "weeks";