Quick Data Set
Compile data points into a Data Set
Description
Compiles a data tree of text or numbers into a list of Data Sets with optional formatting options.
For use with PDF+ Chart and Table components.
Table: Each Data Set is a column in the Table
Chart: Each Data Set is a series in the Chart

Name | Graph Data
Nickname | Data
Tab | PDF
Panel | Format
Division | 3
V | Values (double) | A datatree of text or numeric values.
Ds | DataSet (PDF+ DataSet) | A PDF+ DataSet Object
No right-click options
Usage
Each list will be compiled into a Data Set and the first branch of the data tree will be converted to the list.
{A}:i[txt] = A[DataSet(i)]
{A;B}:i[txt] = {A}:B[DataSet(i)]
{A;B;C}:i[txt] = {A;B}:B[DataSet(i)]
Last updated