2.126.5 ChartTickMarks.IntervalType

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartTickMarks.IntervalType element specifies the unit to use for the ChartTickMarks.Interval element. This element is optional. If the ChartTickMarks.IntervalType element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Default: Specifies that ChartAxis.IntervalType is used.

Auto: Specifies that the interval unit is determined based on the data plotted against the axis.

Number: Specifies that interval is numeric.

Years: Specifies that the interval is years.

Months: Specifies that the interval is months.

Weeks: Specifies that the interval is weeks.

Days: Specifies that the interval is days.

Hours: Specifies that the interval is hours.

Minutes: Specifies that the interval is minutes.

Seconds: Specifies that the interval is seconds.

Milliseconds: Specifies that the interval is milliseconds.

If the ChartTickMarks.IntervalType element is not present, its value is interpreted as "Default".

Following is the parent element of the ChartTickMarks.IntervalType element.

Parent elements

ChartTickMarks

The following is the XML Schema definition of the ChartTickMarks.IntervalType element.

 <xsd:element name="IntervalType" type="xsd:string" minOccurs="0" />