Back to Devexpress

TdxChartSimpleDiagram.Dimension Property

vcl-dxchartsimplediagram-dot-tdxchartsimplediagram-6c537557.md

latest1.2 KB
Original Source

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

TypeDefaultDescription
Integer1

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

TdxChartSimpleDiagram Class

TdxChartSimpleDiagram Members

dxChartSimpleDiagram Unit