Back to Devexpress

TdxFcObject.RealHeight Property

vcl-dxflchrt-dot-tdxfcobject-3335309f.md

latest709 B
Original Source

TdxFcObject.RealHeight Property

Returns the chart symbol’s on-screen height, in pixels.

Declaration

delphi
property RealHeight: Integer read;

Property Value

Type
Integer

Remarks

This property returns a product of the Height property value and control‘s zoom factor.

To obtain the chart symbol’s visible width, use the RealWidth property.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit