new BaseChartResult()
The result of a Chart Query. Consists of 2 parts:
- Categories. This could be considered the "headings" in a table
- Data. This is the actual results, or the "body" of a table.
Constructs a new BaseChartResult.
N.B. This is an abstract class - do not instantiate!
N.B. This is an abstract class - do not instantiate!
The following features are supported:
Members
categories :tibco.objectapi.ec.base.ChartCategories
This property holds the value of the 'Categories' containment reference.
Type:
data :Array.<tibco.objectapi.ec.base.ChartData>
This property holds the value of the 'Data' containment reference list.