Back to Devexpress

TdxOcShape Enum

vcl-dxorgchr-ec577dae.md

latest1.3 KB
Original Source

TdxOcShape Enum

Enumerates available chart node shapes.

Declaration

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

Members

Name
shRectangle
shRoundRect
shEllipse
shDiamond

Remarks

Options include:

ValueDescriptionExample
shRectangleA square or rectangular outline, depending on the node’s aspect ratio. The node outline matches the client area.
shRoundRectA rounded square or rectangular outline hosting the node’s inscribed rectangular client area.
shEllipseAn elliptic or round outline hosting the node’s inscribed client area.
shDiamondA 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

dxorgchr Unit