2.91 MajorGridLines

Applies to RDL 2003/10 and RDL 2005/01

The MajorGridLines element specifies style properties for major gridlines along an Axis.

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

Parent elements

Axis

Child elements

MajorGridLines.ShowGridLines

MajorGridLines.Style

The following is the XML Schema definition of the MajorGridLines element.

 <xsd:complexType name="MajorGridLinesType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ShowGridLines" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>