ChartNodeScreenSize Property |
Indicates the size of this ChartNode.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Size ScreenSize { get; set; }
Public Overridable Property ScreenSize As Size
Get
Set
public:
virtual property Size ScreenSize {
Size get ();
void set (Size value);
}
abstract ScreenSize : Size with get, set
override ScreenSize : Size with get, set
Property Value
Type:
Size
A
Size that contains the "ScreenSize" attribute value.
Remarks
If this attribute has not been defined the size of the "Control"
attribute is returned. If neither attribute is defined null is
returned.
See Also