property registered to retrieve the current delimiter String. The response is a Forms custom
event firing, passing the new delimiter string as an argument
pGraph -
Static variable in class oracle.forms.demos.bigraph.FormsGraph
Forms property registered to make the Graph display inside of the Forms Bean Container.
property registered to remove a data row currently displayed in the graph. If the graph contains
a primary key then this also gets deleted from the data store.
Property registered to set the graph's baseline to a value other than 0. Use this property if you want
to show the variance a graph column has from a specific reference point.
property registered to set a prefix string to the debug message produced by the bean. This
is useful if running multiple instances of this bean in one Forms application. In this case
it is useful to know which bean wrotes the output when looking in the Java console
Forms property registered to set the delimiting character for data passed as string. The default delimiter is a comma
but there are situations where it must be changed, like when setting the title, which includes the color
Used with SET_CUSTOM_PROPERTY() from the Form
property registered to logarithmic scale the Y and X Axis. Pass the axis identifier, true or false to symbolize
whether logarithmic scale is enabled and the base.
property registered to set the graph title, font, font style, font size and color,
expecting the following string format title string,color,fontstyle,font size,fontname.