vcl-dxorgchr-ec577dae.md
Enumerates available chart node shapes.
TdxOcShape = (
shRectangle,
shRoundRect,
shEllipse,
shDiamond
);
| Name |
|---|
shRectangle |
shRoundRect |
shEllipse |
shDiamond |
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