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.0.0

Syntax

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