Syntax graph.AppendByRow(true|false)
Description Instructs PopChart Server on how to append data to the graph. This applies only to data appended by using the append switch on the graph. LoadFile command.
If the value is true PopChart Server will append the data as new rows (series) in the graph. If the value is false, PopChart Server will append the data as new columns (categories) in the graph. By default, it is set to true.
You must use this command before the graph. LoadFile command you want it to affect. This command can be called multiple times in the same PCScript command string.
Warning: If you call any graph.Series commands after setting this value to false, you will get very unpredictable results.