Back to Devexpress

TdxFcHorzPos Enum

vcl-dxflchrt-08592aeb.md

latest1.7 KB
Original Source

TdxFcHorzPos Enum

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

Declaration

delphi
TdxFcHorzPos = (
    fchpLeft,
    fchpCenter,
    fchpRight
);

Members

Name
fchpLeft
fchpCenter
fchpRight

Remarks

Options include:

ValueDescription
fchpLeftImage/text is left-aligned in the chart symbol’s client area.
fchpCenterImage/text is centered within the chart symbol’s client area.
fchpRightImage/text is right-aligned in the chart symbol’s client area.

All possible combinations of horizontal and vertical content alignments are shown in the table below:

fchpLeftfchpCenterfchpRight
fcvpUp
fcvpCenter
fcvpDown

The chart symbol’s HorzImagePos and HorzTextPos properties reference the TdxFcHorzPos type.

See Also

dxflchrt Unit