Click or drag to resize
ChartNodeGetConcatenatedViewport Method
Returns the value of the "Viewport" attribute concatenated with the "Viewport" attributes set in its ancestor nodes.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetConcatenatedViewport()

Return Value

Type: Double
A double[4] containing xmin, xmax, ymin and ymax.
Remarks
By default, GetConcatenatedViewport = {0.0, 1.0, 0.0, 1.0}.
See Also