Skip to main content

TcxGridChartDiagram Members

A generic diagram which can be displayed within a Chart View.

Constructors

Name Description
Create(TcxGridChartView) Initializes a new instance of the TcxGridChartDiagram class with specified settings.

Properties

Name Description
Active Specifies whether the chart diagram is visible within a Chart View.
DisplayText Returns the text string that describes the chart diagram.
Enabled Specifies whether the chart diagram can be displayed within a Chart View.
GridView Provides access to the Chart View which displays the chart diagram.
ID Returns the text that describes the chart diagram.
Legend Specifies a chart legend for a chart diagram.
Styles protected Provides access to a set of styles, which define the appearance of the chart diagram’s elements.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDisplayText protected
GetHashCode Inherited from TObject.
GetImageIndex protected
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetStackedValueCaption(TcxGridChartSeries,Integer,Boolean)
GetValueCaption(TcxGridChartSeries,Integer) Determines the caption of a chart value.
GetViewInfoClass protected
HorizontalPaging protected
IsAvailable Determines whether the chart diagram can be displayed within a Chart View.
PagingInOppositeDirection protected
ToString Inherited from TObject.

Events

Name Description
OnCustomDrawLegend Occurs when a chart legend needs to be painted.
OnCustomDrawLegendItem Occurs when a legend item needs to be painted.
OnCustomDrawValue Occurs when a data marker needs to be painted.
OnCustomDrawValueCaption Enables you to manually paint chart value captions.
See Also