Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcObject.Top Property

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

#Declaration

Delphi
property Top: 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 base 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 RealLeft and RealTop properties, respectively.

See Also