|
Group: Forum Members
Posts: 2,
Visits: 1
|
Thanks, I have looked at the examples and I am trying to apply the following example values to building the correct contours and labels. I find myself confused by the use of the constant values provided in the code pertaining to center, dimensions.
I have a count from a query where...
(a = 1 and b = 'hello' and c = 'Cat') == 4 CENTER
a = 1 = 20, b = 'hello' = 15, c = 'Cat' = 4 INDIVIDUALS
a AND b = 7, a AND c = 4, b AND c = 4 COMBINATIONS
Can you provide a code fragment for setting the size, dimensions etc for this? Regards.
|