Indicates the size of this ChartNode.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Size ScreenSize { get; set; }
Visual Basic (Declaration)
Public Overridable Property ScreenSize As Size
Visual C++
public:
virtual property Size ScreenSize {
	Size get ();
	void set (Size value);
}

Field Value

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