2.120.17 ChartAxis.Interlaced

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

The ChartAxis.Interlaced element specifies whether strip lines are drawn at an interval of every other gridline for a ChartAxis. If gridlines are not used for the axis, the axis tick marks or labels are used to determine the interval of the interlaced strip lines.

The ChartAxis.Interlaced element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2) or an expression that evaluates to a Boolean. If this element is not present, its value is interpreted as false.

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

Parent elements

ChartAxis

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

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