Back to Devexpress

TdxFcVertPos Enum

vcl-dxflchrt-d7434f0f.md

latest998 B
Original Source

TdxFcVertPos Enum

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

Declaration

delphi
TdxFcVertPos = (
    fcvpUp,
    fcvpCenter,
    fcvpDown
);

Members

Name
fcvpUp
fcvpCenter
fcvpDown

Remarks

The options include:

ValueDescription
fcvpUpImage/text is top-aligned in the chart symbol’s client area.
fcvpCenterImage/text is centered within the chart symbol’s client area.
fcvpDownImage/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

dxflchrt Unit