2.120.25 ChartAxis.LabelIntervalOffsetType

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

The ChartAxis.LabelIntervalOffsetType element specifies the unit to use for the ChartAxis.LabelIntervalOffset element. This element is optional. If the ChartAxis.LabelIntervalOffsetType 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 the value of the ChartAxis.IntervalOffsetType element is used.

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

Number: Specifies that the label interval offset is numeric.

Years: Specifies that the label interval offset is years.

Months: Specifies that the label interval offset is months.

Weeks: Specifies that the label interval offset is weeks.

Days: Specifies that the label interval offset is days.

Hours: Specifies that the label interval offset is hours.

Minutes: Specifies that the label interval offset is minutes.

Seconds: Specifies that the label interval offset is seconds.

Milliseconds: Specifies that the label interval offset is milliseconds.

If the ChartAxis.LabelIntervalOffsetType element is not present, its value is interpreted as "Default".

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

Parent elements

ChartAxis

The following is the XML Schema definition of the ChartAxis.LabelIntervalOffsetType element.

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