Back to Devexpress

TdxFcObject.RealTop Property

vcl-dxflchrt-dot-tdxfcobject-07e49891.md

latest735 B
Original Source

TdxFcObject.RealTop Property

Identifies the chart symbol’s vertical pixel position within the control‘s client area.

Declaration

delphi
property RealTop: Integer read;

Property Value

Type
Integer

Remarks

This property returns a product of the Top property value and control’s zoom factor.

To obtain the chart symbol’s horizontal position, use the RealLeft property.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit