Back to Devexpress

TdxFcObject.Left Property

vcl-dxflchrt-dot-tdxfcobject-f7c93165.md

latest1.1 KB
Original Source

TdxFcObject.Left Property

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

Declaration

delphi
property Left: Integer read; write;

Property Value

Type
Integer

Remarks

Use the Left and Top properties together to set the chart symbol’s relative coordinates which:

  • Determine the chart symbol’s relative position within the control’s client area;

  • Match the absolute coordinates when the Zoom property value is 100.

To obtain the chart symbol’s absolute pixel position, use the RealTop and RealLeft properties, respectively.

See Also

TdxFcObject.SetBounds

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit