Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcObject.HorzTextPos Property

Specifies the text‘s relative horizontal alignment within the chart symbol’s client area.

#Declaration

Delphi
property HorzTextPos: TdxFcHorzPos read; write;

#Property Value

Type
TdxFcHorzPos

#Remarks

Use the HorzTextPos together with the VertTextPos property to place a text associated with the chart symbol at the one of nine available positions. For detailed information on available options of the HorzTextPos property, refer to the TdxFcHorzPos type description.

To set the chart symbol’s image alignment, use the HorzImagePos and VertImagePos properties, respectively.

Note

If both the image and text positions match, the text overlaps the image.

See Also