ChartClientState

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");