Quick Data Set
Compile data points into a Data Set
Last updated
Compile data points into a Data Set
Last updated
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
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)]