Click or drag to resize
ChartNodeScreenSize Property
Indicates the size of this ChartNode.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Size ScreenSize { 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