Values that identify parts of a graph.
Used as the return value of the ObjectAtPointer method for graph controls in a DataWindow or for PowerBuilder graph controls.
PowerBuilder enumerated value  | 
Numeric value  | 
Meaning  | 
|---|---|---|
TypeGraph!  | 
0  | 
Any place within the graph control that isn’t another grObjectType  | 
TypeTitle!  | 
4  | 
The title of the graph  | 
TypeLegend!  | 
8  | 
Within the legend box, but not on a series label  | 
TypeData!  | 
2  | 
A data point or other data marker  | 
TypeCategory!  | 
3  | 
A label for a category  | 
TypeCategoryAxis!  | 
10  | 
The category axis or between the category labels  | 
TypeCategoryLabel!  | 
6  | 
The label of the category axis  | 
TypeSeries!  | 
1  | 
The line that connects the data points of a series when the graph’s type is line or on the series label in the legend box  | 
TypeSeriesAxis!  | 
9  | 
The series axis of a 3D graph  | 
TypeSeriesLabel!  | 
5  | 
The label of the series axis of a 3D graph  | 
TypeValueAxis!  | 
11  | 
The value axis, including on the value labels  | 
TypeValueLabel!  | 
7  | 
The user clicked the label of the value axis  |