TdxFcVertPos Enum
Enumerates vertical alignments of the content within the chart symbol‘s client area.
#Declaration
TdxFcVertPos = (
fcvpUp,
fcvpCenter,
fcvpDown
);
#Members
Name |
---|
fcvp
|
fcvp
|
fcvp
|
#Remarks
The options include:
Value | Description |
---|---|
fcvp |
Image/text is top-aligned in the chart symbol’s client area. |
fcvp |
Image/text is centered within the chart symbol’s client area. |
fcvp |
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.