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

TdxOcShape Enum

Enumerates available chart node shapes.

#Declaration

Delphi
TdxOcShape = (
    shRectangle,
    shRoundRect,
    shEllipse,
    shDiamond
);

#Members

Name
shRectangle
shRoundRect
shEllipse
shDiamond

#Remarks

Options include:

Value Description Example
shRectangle A square or rectangular outline, depending on the node’s aspect ratio. The node outline matches the client area.
shRoundRect A rounded square or rectangular outline hosting the node’s inscribed rectangular client area.
shEllipse An elliptic or round outline hosting the node’s inscribed client area.
shDiamond A diamond-shaped outline hosting the node’s inscribed client area.

The TdxOcNode.Shape property and the TdxOcNodeInfo.Shape field reference the TdxOCShape type.

See Also