Back to Devexpress

TdxFcObject.RealWidth Property

vcl-dxflchrt-dot-tdxfcobject-542eee1a.md

latest707 B
Original Source

TdxFcObject.RealWidth Property

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

Declaration

delphi
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

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit