Back to Devexpress

TdxFcObject.HorzImagePos Property

vcl-dxflchrt-dot-tdxfcobject-4bc0687a.md

latest1.1 KB
Original Source

TdxFcObject.HorzImagePos Property

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

Declaration

delphi
property HorzImagePos: TdxFcHorzPos read; write;

Property Value

Type
TdxFcHorzPos

Remarks

Use the HorzImagePos together with the VertImagePos property to place an image associated with the chart symbol at the one of nine available positions. For detailed information on available options of the HorzImagePos property, refer to the TdxFcHorzPos type description.

To set the chart symbol’s text alignment, use the HorzTextPos and VertTextPos properties, respectively.

Note

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

See Also

TdxFcObject.ImageIndex

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit