What are common resources of a GLG graph?
All GLG graphs have similar resource hierarchies, which slightly differ depending on the graph type. The following lists resources of a bar graph. Most of these resources are present in all graphs regardless of their type: • DataGroup/Factor – defines the number of datasamples in the graph • DataGroup/DataSample/Low – defines the low range of data • DataGroup/DataSample/High – defines the high range of data • DataGroup/DataSample/Value – defines an initial value for graph’s samples • DataGroup/ScrollType – defines the graph’s scroll type (WRAPPED or SCROLLED) • DataGroup/EntryPoint – an entry point for pushing data values into the graph. • XLabelGroup/Factor – defines the number of X labels, major ticks and grids • XLabelGroup/MinorFactor – defines the number of minor ticks per each major tick interval • XLabelGroup/XLabel/String – defines an initial value for the label, usually set to an empty string • XLabelGroup/EntryPoint – an entry point for pushing X axis labels into the graph •