IMSL C# Numerical Library

ChartNode.GetViewport Method 

Returns the value of the "Viewport" attribute.

public virtual double[] GetViewport();

Return Value

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

Remarks

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

See Also

ChartNode Class | Imsl.Chart2D Namespace