|
GINO Graphics Suite - GINOGRAF v9.5
|
|
 |
 |
ggEnqVectorAttribs
Syntax
[C/C++:]
void ggEnqVectorAttribs(int *pos, float *vecmin, float *vecmax,
float *factor);
[F90:]
subroutine ggEnqVectorAttribs(pos, vecmin, vecmax, factor)
integer, intent(out) :: pos
real, intent(out) :: vecmin, vecmax, factor
Arguments
pos
Vector position flag
|
= GMIDDLE |
Middle of arrow |
vecmin
Absolute vector strength represented by a zero length vector
vecmax
Absolute vector strength represented by a unit length vector
factor
Overall vector length scaling factor
Description
The routine ggEnqVectorAttribs() returns the position and scaling attributes for Vector Charts as set by ggSetVectorAttribs().
See Also
ggEnqVectorAttribs UsageggSetVectorAttribs