AGGraphViewport / AGGraphViewportObj
rectangular area with its own world coordinate space and added graphing functionality
{
barOffsets = {0.4, 0.2, 0.0, -0.2, -0.4};
barWidth = 0.35;
barFrameWidth = 0.25
fillColor = "background";
graphColors = {"red","green","cyan","orange","purple",
"yellow", "brown", "turquoise", "magenta"};
graphType = "curve";
lineStyle = "solid";
lineWidth = 1.0;
scatterSymbols = {"`25001","`25012","`25013","`25018",
"`25004","`25008","`25005","`25002"};
shiftPosition = 0.0;
symbolFont = "roman-simplex";
symbolHeight = 3.0;
AGPrimitive+IPort2+read &children[];
};
A rectangular area that has its own world coordinate space, with additional parameters for handling graphing. AGGraphViewportObj includes an AGDataObject for your convenience.
Inherited from AGPrimitive through AGGeometryPrimitive and AGViewport.
Inherited from AGGeometryPrimitive through AGViewport.
clip
fillColor
frameColor
frameWidth
limitsX
limitsY
Inherited from AGViewportParams through AGViewport.
barWidth
graphType
lineStyle
lineWidth
referenceValue
scatterSymbols
shiftPosition
symbolFont
symbolHeight
Inherited from AGGraphParams.
Inherited from AGGraphListParams.
Array of AGPrimitive objects connected to this object.
examples/gphChar.v
examples/gphUI.v
examples/logex2.v
examples/rainfall.v
examples/simpGph.v
AGGeometryPrimitive / AGRenderPrimitive
AGGraph