Skip to main content

TdxFcHorzPos Enum

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

Declaration

TdxFcHorzPos = (
    fchpLeft,
    fchpCenter,
    fchpRight
);

Members

Name
fchpLeft
fchpCenter
fchpRight

Remarks

Options include:

Value Description
fchpLeft Image/text is left-aligned in the chart symbol’s client area.
fchpCenter Image/text is centered within the chart symbol’s client area.
fchpRight Image/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:

fchpLeft fchpCenter fchpRight
fcvpUp
fcvpCenter
fcvpDown

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

See Also