Skip to main content

TdxFcObject.RealWidth Property

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

Declaration

property RealWidth: Integer read;

Property Value

Type
Integer

Remarks

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

To obtain the chart symbol’s visible height, use the RealHeight property.

See Also