TdxFcObject.VertTextPos Property
Specifies text‘s relative vertical alignment within the chart symbol’s client area.
Declaration
property VertTextPos: TdxFcVertPos read; write;
Property Value
Type |
---|
TdxFcVertPos |
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 VertTextPos property, refer to the TdxFcVertPos 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