2.126.4 ChartTickMarks.IntervalOffsetType

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

The ChartTickMarks.IntervalOffsetType element specifies the unit to use for the ChartTickMarks.IntervalOffset element. This element is optional. If the ChartTickMarks.IntervalOffsetType 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.IntervalOffsetType is used.

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

Number: Specifies that the interval offset is numeric.

Years: Specifies that the interval offset is years.

Months: Specifies that the interval offset is months.

Weeks: Specifies that the interval offset is weeks.

Days: Specifies that the interval offset is days.

Hours: Specifies that the interval offset is hours.

Minutes: Specifies that the interval offset is minutes.

Seconds: Specifies that the interval offset is seconds.

Milliseconds: Specifies that the interval offset is milliseconds.

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

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

Parent elements

ChartTickMarks

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

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