TcxGridChartDiagram Class
The base class for Chart View diagrams.
Declaration
TcxGridChartDiagram = class(
TPersistent
)
Remarks
This class is the base class for classes that implement chart diagrams within a Chart View. Each chart diagram has two properties which control its visibility within a Chart View, Active and Enabled. The Legend property provides access to a chart legend and its options.
Use the Styles property to control specific appearance aspects of the diagram’s elements such as a chart legend, data markers and their captions. Complete control over the appearance of these elements can be obtained by handling the OnCustomDraw...
events, such as OnCustomDrawLegend, OnCustomDrawLegendItem, and OnCustomDrawValue.
Inheritance
TObject
TPersistent
TcxGridChartDiagram
See Also