Skip to main content

TdxFcVertPos Enum

Enumerates vertical alignments of the content within the chart symbol‘s client area.

Declaration

TdxFcVertPos = (
    fcvpUp,
    fcvpCenter,
    fcvpDown
);

Members

Name
fcvpUp
fcvpCenter
fcvpDown

Remarks

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