Scope and Data Type of a Chart Object
A Chart object can be instantiated only from PeopleCode. You can use this object only in PeopleCode programs that are associated with an online process, not in an Application Engine program, a message notification, a Component Interface, and so on.
Chart objects are declared using the Chart data type. For example:
Local Chart &MyChart;
Component Chart &Abs_Hist_Chart;