RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGraph Class

TCustomDecisionGraph is the base class for controls that graph crosstabulated data.

Pascal
TCustomDecisionGraph = class(TCustomChart);
C++
class TCustomDecisionGraph : public TCustomChart;

MXGRAPH

Use TCustomDecisionGraph as a base class when defining objects that graph the data from a decision source. Decision graphs chart a single summary that is calculated over a number of dimensions. The dimensions appear as axes of the graph. 

The field that is summarized and the fields (dimensions) over which it is summarized can be changed dynamically at runtime to view any configuration of summary and dimensions chosen from the dimension map of a decision cube. Changes to the dimensions and summary can be initiated using a TDecisionPivot object. 

Do not create instances of TCustomDecisionGraph. To put a decision graph on a form, use TDecisionGraph

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!