Previous Topic

Next Topic

Form Designer Graph Methods

Navigator > Setup > Form Designer > Code tab

Components each have different methods available to them. Methods available are listed under Objects > [Component Type] > [Component Name] > Methods.

See also Form Designer Component Methods for methods available to all component types.

The following methods are available to Graph Components:

Component

Method

Description

Graph

AddField

Add a field to the graph or table definition.

Graph

AddPieColor

Add a colour to a pie graph.

Graph

ClearFields

Clears all the field definitions.

Graph

FindField

Returns the field if found, otherwise returns null.

Graph

Print

Displays options for printing the graph.

Graph

RefreshData

Reloads the graph with current data.

Graph

RemoveField

Removes a field from the graph.

Graph

ResetPieColors

Resets a pie graph to the default colours.

In This Section

AddField - Memory Table Builder Method

AddPieColor

ClearFields - Memory Table Builder Method

FindField

Print

RefreshData

RemoveField

ResetPieColors

See Also

Form Designer Code tab

Book Contents

Book Index