IMSL C# Numerical Library

ChartNode.GetConcatenatedViewport Method 

Returns the value of the "Viewport" attribute concatenated with the "Viewport" attributes set in its ancestor nodes.

public virtual double[] GetConcatenatedViewport();

Return Value

A double[4] containing xmin, xmax, ymin and ymax.

Remarks

By default, GetConcatenatedViewport = {0.0, 1.0, 0.0, 1.0}.

See Also

ChartNode Class | Imsl.Chart2D Namespace