2.126.3 ChartTickMarks.IntervalOffset

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

The ChartTickMarks.IntervalOffset element specifies the offset for the first tick mark from the axis minimum. This element is optional. If this element is present, its value MUST be a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If this element is not present, its value is interpreted as 0.

If the value of the ChartTickMarks.IntervalOffset element is specified as 0, its value is determined by the axis. If the value of this element is specified as 0 or evaluates to 0, the value of ChartAxis.IntervalOffset will be used.

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

Parent elements

ChartTickMarks

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

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