Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSimpleDiagram.Layout Property

Specifies the active layout arrangement mode.

#Declaration

Delphi
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