2.92 MinorGridLines

Applies to RDL 2003/10 and RDL 2005/01

The MinorGridLines element specifies style properties for minor gridlines along an Axis.

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

Parent elements

Axis

Child elements

MinorGridLines.ShowGridLines

MinorGridLines.Style

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

 <xsd:complexType name="MinorGridLinesType">
   <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>