Back to Devexpress

TdxFcObject.RealLeft Property

vcl-dxflchrt-dot-tdxfcobject-859527fd.md

latest737 B
Original Source

TdxFcObject.RealLeft Property

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

Declaration

delphi
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

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit