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

TcxGridChartDiagramStyles Class

Stores diagram appearance styles in a Chart View.

#Declaration

Delphi
TcxGridChartDiagramStyles = class(
    TcxCustomGridStyles
)

#Remarks

The TcxGridChartDiagramStyles class defines a set of properties and methods for specifying and determining the appearance aspects of a generic chart diagram’s visual elements such as its data markers, their captions, and a chart legend. To set the styles for a chart diagram in a Chart View, use the TcxGridChartDiagram.Styles property.

See Also