AGGraphListParams


Synopsis

parameters used by AGGraph

group AGGraphListParams
{
AGFloat barOffsets[];
AGColor graphColors[];
};

Description

AGGraphListParams contains parameters used by AGGraph.

Subobjects

barOffsets

An array of offsets between multiple graphs with graphType set to "bars" or "barlines". Only graphs that have the barOffset parameter unset use this value.

graphColors

An array of colors used as the default color for any graph that does not have its color parameter set.

Example

Not available.

File

v/ag.v

See Also

Related modules

•      AGGraphViewport / AGGraphViewportObj

•      AGGraphWorld