TdxChartSimpleDiagram.Dimension Property
In This Article
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 Tdx |
#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