Share via


2.142.3 ChartDataPointValues.Low

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

The ChartDataPointValues.Low element specifies the low value for a ChartDataPoint. This element is optional. If the value of ChartSeries.Type is "Range" and if the ChartDataPointValues.Low element is not specified, the value of the ChartDataPointValues.Low element is interpreted as 0.

If this element is present, its value MUST be a Numeric or an expression that evaluates to a Numeric.

Following is the parent element of the ChartDataPointValues.Low element.

Parent elements

ChartDataPointValues

The following is the XML Schema definition of the ChartDataPointValues.Low element.          

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