TdxOcShape Enum
Enumerates available chart node shapes.
#Declaration
TdxOcShape = (
shRectangle,
shRoundRect,
shEllipse,
shDiamond
);
#Members
Name |
---|
sh
|
sh
|
sh
|
sh
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
sh |
A square or rectangular outline, depending on the node’s aspect ratio. The node outline matches the client area. | ![]() |
sh |
A rounded square or rectangular outline hosting the node’s inscribed rectangular client area. | ![]() |
sh |
An elliptic or round outline hosting the node’s inscribed client area. | ![]() |
sh |
A diamond-shaped outline hosting the node’s inscribed client area. | ![]() |
The TdxOcNode.Shape property and the TdxOcNodeInfo.Shape field reference the TdxOCShape type.