2.123 ChartGridLines

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

The ChartGridLines element specifies gridlines along a ChartAxis.

The following are the parent and child elements of the ChartGridLines element.

Parent elements

ChartAxis

Child elements

ChartGridLines.Enabled

ChartGridLines.Interval

ChartGridLines.IntervalOffset

ChartGridLines.IntervalOffsetType

ChartGridLines.IntervalType

ChartGridLines.Style

The following is the XML Schema definition of the ChartGridLines element in RDL 2008/01.

 <xsd:complexType name="ChartGridLinesType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Enabled" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Interval" type="xsd:string" minOccurs="0" />
     <xsd:element name="IntervalType" type="xsd:string" minOccurs="0" />
     <xsd:element name="IntervalOffset" type="xsd:string" minOccurs="0" />
     <xsd:element name="IntervalOffsetType" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartGridLines element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartGridLinesType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Enabled" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="Interval" type="xsd:string" minOccurs="0" />
     <xsd:element name="IntervalType" type="xsd:string" minOccurs="0" />
     <xsd:element name="IntervalOffset" type="xsd:string" minOccurs="0" />
     <xsd:element name="IntervalOffsetType" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>