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

TcxGridChartStackedColumnDiagram Class

A stacked column diagram.

#Declaration

Delphi
TcxGridChartStackedColumnDiagram = class(
    TcxGridChartColumnDiagram
)

#Remarks

The TcxGridChartStackedColumnDiagram class exposes the following properties:

SideBySideIndentWidth
Specifies the offset between grouped data markers.
StackedStyle
Specifies the stacked diagram type.

VCL Data Grid: A Stacked Column Diagram Example

#Direct TcxGridChartStackedColumnDiagram Class Reference

The TcxGridChartView.DiagramStackedColumn property references a TcxGridChartStackedColumnDiagram object.

See Also