2.126.2 ChartTickMarks.Interval

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

The ChartTickMarks.Interval element specifies the interval between tick marks on a ChartAxis. This element is optional. If the ChartTickMarks.Interval 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.Interval 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.Interval will be used (or its value will be determined by the value of ChartAxis.Interval).

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

Parent elements

ChartTickMarks

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

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