ChartClientState Class Methods
In this section, the ChartClientState class methods are presented in alphabetical order.
Syntax
ChartClientState(Record_name, Field_Name)
Description
Use the ChartClientState constructor to instantiate a ChartClientState object.
Parameters
Parameter  | 
Description  | 
|---|---|
Record_Name  | 
 Specify the name of the record that contains the chart control.  | 
Field_Name  | 
 Specify the name of the field that contains the chart control.  | 
Returns
A reference to a ChartClientState object.
Example
import PTCHART:ChartClientState;
Local PTCHART:ChartClientState &myObj = create
PTCHART:ChartClientState("QE_CHARTPROPWRK", "QE_CHART_FIELD");