Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pepco.PeData Members

Points

This property represents the number of points per subset that the object will contain. For example, if a line chart has 3 lines, red, green, and blue, then the graph sets the Subsets property to 3.

Precision

This property controls the number of decimal positions that will be used in outputting data to object Cursor Prompt, Tables, Data Labels, and the Clipboard.

SubsetByPoint

This property controls how two dimensional property arrays (example, YData, XData) are stored internally. Two dimensional arrays are really stored as a series of bytes. This property controls how that series of bytes is structured. row-major order or col-major order.

Subsets

This property defines the number of subsets that the object will contain. For example, if a line chart has 3 lines, red, green, and blue, then the graph sets the Subsets property to 3. If each line is made up of 10 data points, then the graph sets the Points property to 10.

X

This property is used to transfer data into the object. The format of the data is defined by the SubsetByPoint property.

Y

This property is used to transfer data into the object. The format of the data is defined by the SubsetByPoint property.