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 |
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