Returns the value of the "Viewport" attribute.

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

Syntax

C#
public virtual double[] GetViewport()
Visual Basic (Declaration)
Public Overridable Function GetViewport As Double()
Visual C++
public:
virtual array<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