|
Any data point in a graph may be displayed using one of the following attributes which are displayed on top of the base graph. The plot parameter DataAttrib controls these attributes and can assume one of the following values:
| daNone |
displays the data as is, without any additional attributes |
| daNumeric |
the data points are displayed by using numeric values which indicate either the row or the column index of the particular point |
| daSymbol |
the locations of the data points are indicated by plotting a symbol for each data point on top of the graph which is controlled by the property Symbol |
| daClassSymbols |
the class numbers are indicated by different class symbols |
| daClassNumbers |
the class numbers are displayed as numeric values (range 0 to 127) |
|