TdxFcObject.RealHeight Property
Returns the chart symbol’s on-screen height, in pixels.
Declaration
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