GraphViewport

Synopsis

This module defines a rectangular area to display a graph or axes in world coordinate space and converts it into a renderable object.

Input Port

children

&AGPrimitive[]

parent

user interface parent object

Parameters

Frame visible

UItoggle

Frame visibility

Frame Width

UIslider, UIfield

View frame width

Frame Color

UIoptionMenu

View frame color

Fill Color

UIoptionMenu

View background color

Output Port

obj

output renderable object

Description

GraphViewport positions the graph, legend or axes in world coordinate space.

Input

children

Array of AGPrimitives. Can connect to AGPrimitives such as Graph or Axis.

parent

A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

Frame visible

UItoggle. Determines whether the frame is to be displayed or not.

Frame Width

UIslider, UIfield. Determines the width of the frame of the area in which the graph is to be displayed.

Frame Color

UIoptionMenu. Sets the color of View.'s frame

Fill Color

UIoptionMenu. Sets the background color of View.

Output Port

obj

This is a renderable version of the output field..

Example

Not Available.

File

v/aghlm.v

See also related modules