2.123.2 ChartGridLines.Interval

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

The ChartGridLines.Interval element specifies the interval between axis gridlines. This element is optional.

If the ChartGridLines.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 specified as 0, its value is determined by the axis interval specified in the ChartAxis.Interval element.

If the value of the ChartGridLines.Interval element evaluates to 0 or if this element is not present, the value of ChartAxis.Interval is used as the value of the ChartGridLines.Interval element.

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

Parent elements

ChartGridLines

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

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