Result |
The ResultSerie type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartXDateTimeSerieValues | X values of the serie as a JavaScript string of date time strings, used to build the chart | |
| ChartXSerieValues | X values of the serie as a JavaScript string, used to build the chart | |
| ChartXYSerieValues | Serie values as a JavaScript string of {x,y} points, used to build the chart | |
| ChartYDateSerieValues | Y values of the serie as a JavaScript string of date time strings, used to build the chart | |
| ChartYSerieValues | Y values of the serie as a JavaScript string, used to build the chart | |
| ChartYXSerieValues | Serie values as a JavaScript string of {x,y} points with X and Y swapped, used to build the chart | |
| Element | Current element | |
| SplitterCells | Result cells used for splitting | |
| SplitterValues | Splitter values as a string | |
| Values | List of ResultSerieValue |