BBjGenericChart::setClientChart

Description

In BBj 7.0 and higher, this method sets the JFreeChart that will be displayed in a BBjGenericChart.

Syntax

Return Value

Method

void

setClientChart(org.jfree.chart.JFreeChart@)

Parameters

The ClientObject that represents a client-side JFreeChart that is to be displayed in the BBjGenericChart.

Return Value

None.

Remarks

A BBjGenericChart acts as a BBjControl that can display a client-side JFreeChart that has been obtained by the program by calling methods in the JFreeChart library.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

ClientObject Tutorial

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.