|
Allow
|
This property controls whether the user can add a table below the graph. If messaging the data to create a custom style axis or grid, you can use this property to prevent the user from seeing the actual data values.
|
|
ComparisonSubsets
|
Normally, the Graph Objects table will not include subsets which have identical data. Setting this property to TRUE will force all subsets to be tabled.
|
|
Format
|
This property controls whether tabled items will be formatted via AxisFormatY and AxisFormatRY.
|
|
GridLines
|
This property controls whether the Graph Object's table includes grid lines. Possible values are as follows: Graph VCL Enumerations eTableGridLines = (gTableNoGridLines, gTableVertGridLines, gTableHorzGridLines, gTableVertAndHorzGridLines);
|
|
Show
|
This property controls whether the Graph Object displays a graph, table, or both a graph and table. Possible values are as follows: Graph VCL Enumerations eGraphPlusTable = (gGraph, gTable, gGraphPlusTable);
|
|
SubsetsToTable
|
This property array controls visiblity and optional order of subset within the Graph objects built in table (GraphPlusTable non-zero.) This property array stores zero-based subset indices which represent subsets to table.
|
|
What
|
This property controls what information is included into the objects table. Possible values are defined in the following constants. Graph VCL Enumerations eTableWhat = (gGraphedOnly, gAllSubsets);
|