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

TdxChartSimpleDiagram.Layout Property

Specifies the active layout arrangement mode.

Declaration

property Layout: TdxSimpleDiagramLayout read; write; default TdxSimpleDiagramLayout.Auto;

Property Value

Type Default Description
TdxSimpleDiagramLayout Auto

The active layout arrangement mode.

Remarks

You can set the Layout property to TdxSimpleDiagramLayout.Horizontal or TdxSimpleDiagramLayout.Vertical to switch between horizontal and vertical layouts when the diagram displays multiple series. Use the Dimension property to change the number of series in every row or column depending on the active diagram layout.

Refer to the TdxSimpleDiagramLayout type description for information on all available options.

Default Value

The Layout property’s default value is TdxSimpleDiagramLayout.Auto.

See Also