AddXYZ disregards XLabel parameter in TChart 7.06
Posted: Tue Jun 26, 2007 2:13 pm
We recently updated from TChart 5.02 to 7.06 for our Delphi 6.
In Tchart 5.02 the call to AddXYZ (x,y,z,label); worked fine.
In TChart 7.06 the overloading is defined defferently so we had to use
AddXYZ(x,y,z,label,color); The label does not show up on the chart. Do we have a bug here with 7.06 (also same in 7.07)?
In Tchart 5.02 the call to AddXYZ (x,y,z,label); worked fine.
In TChart 7.06 the overloading is defined defferently so we had to use
AddXYZ(x,y,z,label,color); The label does not show up on the chart. Do we have a bug here with 7.06 (also same in 7.07)?