2.123.3 ChartGridLines.IntervalOffset
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartGridLines.IntervalOffset element specifies the offset for the first gridline from the value of the ChartAxis.Minimum element. This element is optional.
If the ChartGridLines.IntervalOffset element is present, its value MUST be a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If the value of the ChartGridLines.IntervalOffset element evaluates to 0 or if this element is not present, the value of ChartAxis.IntervalOffset is used as the value for the ChartGridLines.IntervalOffset element.
Following is the parent element of the ChartGridLines.IntervalOffset element.
Parent elements |
---|
The following is the XML Schema definition of the ChartGridLines.IntervalOffset element.
-
<xsd:element name="IntervalOffset" type="xsd:string" minOccurs="0" />