Skip to main content
A newer version of this page is available. .

TdxChartSimpleDiagram.Dimension Property

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

Declaration

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