TdxFcObject.RealLeft Property
Identifies the chart symbol’s horizontal pixel position within the control‘s client area.
Declaration
property RealLeft: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns a product of the Left property value and control’s zoom factor.
To obtain the chart symbol’s vertical position, use the RealTop property.
See Also