Expand Minimize
This topic has not yet been rated - Rate this topic

DataValues Element (RDL)

SQL Server 2005

Contains a set of data values for the y-axis.


<DataPoint>
    ...
        <DataValues>
         <DataValue>...</DataValue>
        </DataValues>
     ...
</DataPoint>

Characteristic Description

Data type and length

None

Default value

None

Cardinality

1-1: Required element that occurs once and only once.

Relationship Element

Parent element

DataPoint

Child element

DataValue

The number and order of data values within each data point depends on the chart type. The DataValues element must contain the following number of DataValue elements in the following order:

  • Scatter charts require two data values: X and Y.
  • Bubble charts require three data values: X, Y, and Size.
  • High-Low-Close (Stock) charts require three data values: High, Low, and Close.
  • Open-High-Low-Close and Candlestick (Stock) charts require four data values: High, Low, Open, and Close.
  • All other charts require a single data value for each data point.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.