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

TdxChartSimpleDiagram.Dimension Property

Specifies the number of simple series in a row or column in the diagram.

#Declaration

Delphi
property Dimension: Integer read; write; default 1;

#Property Value

Type Default Description
Integer 1

The number of simple series in a row or column, depending on the Layout property value. If the Layout property is set to TdxSimpleDiagramLayout.Auto, the Dimension property value is ignored.

#Remarks

Use the Dimension property to change the number of series in a row or column depending on the active diagram layout.

#Default Value

The Dimension property’s default value is 1.

See Also