Skip to main content

TdxOcShape Enum

Enumerates available chart node shapes.

Declaration

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