Link Search Menu Expand Document

Graph Class

login image

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

login image

Screen Display Example

GraphType = $ BAR

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/std/std16.files/image002.gif


GraphType = $ LINE

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/std/std16.files/image003.gif


GraphType=$PIE

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/std/std16.files/image004.gif


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.


Table of contents