DataGraph

graphics/plugins_datagraph-icon.png

The DataGraph plugin works specifically on the Graph geometry plugin in Viz. It enables controlling the values of the graph points. Incoming data value of the DataField should contain all the points values, space separated, according to the selected format.

graphics/plugins_datagraph.png
Unique Parameters
  • Format: Defines the axis that will be controlled by the plugin. If one axis is selected (X or Y) then the data should contain one value per point, if X&Y is selected then two values should be sent per point.

  • Normalize: When set ON, the plugin will force the graph points to use the entire height range (the range between Position Min and Position Max parameter) according to the minimal and maximal values received. The minimal value will be used as the Data Min value and the maximal value will be used as the Data Max, using the entire graph range for the received values.

Example

If format is set to X&Y then for drawing four point of the graph, eight numbers should be sent:

Abc=0 0 10 5 12 10 8 15;
  • The first point will be located at X=0, Y=0.

  • The second point will be located at X=10, Y=5.

  • The third point will be located at X=12, Y=10.

  • The fourth point will be located at X=8, Y=15.