2.120.19 ChartAxis.Interval

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

The ChartAxis.Interval element specifies the interval between gridlines, tick marks, and labels of a ChartAxis. This element is optional.

If the ChartAxis.Interval element is present, its value MUST be a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If the value of this element is specified as 0, its value is determined by the axis. If this element is not present, its value is interpreted as 0.

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

Parent elements

ChartAxis

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

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