Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartDiagram Members

The base class for Chart View diagrams.

#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
Show Inherited Hide Inherited

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) Returns 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 every time a chart legend is about to be drawn.
OnCustomDrawLegendItem Occurs every time a legend item is about to be drawn.
OnCustomDrawValue Occurs every time a data marker is about to be drawn.
OnCustomDrawValueCaption Allows you to override the default draw routine for chart value captions.
See Also