vcl-dxflchrt-d7434f0f.md
Enumerates vertical alignments of the content within the chart symbol‘s client area.
TdxFcVertPos = (
fcvpUp,
fcvpCenter,
fcvpDown
);
| Name |
|---|
fcvpUp |
fcvpCenter |
fcvpDown |
The options include:
| Value | Description |
|---|---|
| fcvpUp | Image/text is top-aligned in the chart symbol’s client area. |
| fcvpCenter | Image/text is centered within the chart symbol’s client area. |
| fcvpDown | Image/text is bottom-aligned in the chart symbol’s client area. |
All possible combinations of horizontal and vertical content alignments are shown in the TdxFcHorzPos topic.
The chart symbol’s HorzImagePos and HorzTextPos properties reference the TdxFcHorzPos type.
See Also