Required to load the plot data from an XML file.
One plotting option must be selected.
An xpath expression is evaluated to select the points to plot.
The result type of the expression must be supplied due to limitations in the java.xml.xpath parsing
The result can be: nodeset, boolean, string, or number.
Strings and numbers will be converted to double
boolean will be converted to 1 for true, and 0 for false