Graph Class
This class displays various graphs from numerical information.
The Graph class works in cooperation with the GraphAxis class and GraphSeries class.
To set the data to be displayed in the graph, you need to place the GraphAxis and GraphSeries objects in the structure defined below the Graph object.
Object Structure
Screen Display Example
GraphType = $ BAR
GraphType = $ LINE
GraphType=$PIE
Printer output by Doc class
It prints just like the screen.
Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed and Date.
Restrictions when visual style is enabled
◆ Visual style specification is invalid.
Precautions when scaling
Nothing in particular.


