../pvss.htm menu.gif basics.gif

"widthGraphic"

Returns the width of a graphic

Synopsis

getValue (string shape, "widthGraphic", int &width);

shape.widthGraphic ();

Parameters

Description

The width of a graphic can be read (but not set) with this attribute.

IconExample

The following example generates the width of the graphic in the log viewer.

main()

{

  shape bt=getShape("BarTrend1");

  DebugN(bt.widthGraphic());

}

Assignment

Bar trend

See also

Top Of Page

V 3.11 SP1

Copyright ETM professional control GmbH 2013 All Rights Reserved