User (Legacy) Posted May 22, 2003 Report Share Posted May 22, 2003 I have some sode to diplay a Bar chart. ' Code to set the Legend For I = 0 To mintMaxVal ChartFX1.KeyLeg(I) = I + 1 ChartFX1.Legend(I) = mstrFacLgnd(I) Next this was working fine in ver3.5. But when i upgrated to 5.0, this is not working. ChartFX1.KeyLeg(I) is erroring.If i comment out this line, it is pring just numbers1,2.. instead of the text?Can you please tell me how can i correct this? Another offeding line is ChartFX1.RgbBarHorz = (RGB(255,255,185)) Thanks Jayan Link to comment Share on other sites More sharing options...
Software FX Posted May 22, 2003 Report Share Posted May 22, 2003 What do you mean by "erroring" ? The KeyLeg property works perfectly in all my test with Chart FX 5 You are assigning "1","2","3",... to your key legends that's why "1","2","3" is displayed. Can you please clarify a little bit what the problems seems to be ? RgbBarHorz is obsolete, the way Horizontal bar charts are drawn change dramatically from 3.x to 5.x making this property obsolete. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.