TdxFcObject.RealWidth Property
In This Article
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