2.123.1 ChartGridLines.Enabled

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

The ChartGridLines.Enabled element specifies whether axis gridlines are shown. This element is optional.

If the ChartGridLines.Enabled element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

True: Specifies that gridlines appear.

False: Specifies that gridlines do not appear.

Auto: Specifies that this value is interpreted as true for ChartAxis.ChartMajorGridLines and as false for ChartAxis.ChartMinorGridLines.

If the ChartGridLines.Enabled element is not present, its value is interpreted as "Auto".

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

Parent elements

ChartGridLines

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

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