My first chart using VPE and it's looking good so far!
I can't seem to put my labels under each bar in the graph - I can only get 1 label to print for all 6 bars in the graph.
I set the x label state property to user defined:
#vpe.ChartXLabelState = 0
Then in a loop (which has a list with 2 fields: #II (number) and #GRADE (IE A, B, C...) there are 6 entries in this loop) I put:
INVOKE METHOD(#VPE.ChartDataAddValue) HDATA(#VPEHandle) COLUMN(#count) VALUE(#II)
INVOKE METHOD(#VPE.ChartDataAddXLabel) HDATA(#VPEHandle) XLABEL(#GRADE)
I see the 6 bars correctly according to the #II number field, but only 1 of my labels in the middle of the 6 bars (an A)?
How do I get the #GRADE variable under each bar?
Thank you,
Pat
VPE 6.0 Pro, XP SP3