Im using Tee7 Pro.
I draw a chart containing some bubble series. To avoid that my bubble series crush, I insert them like :
Code: Select all
TBubbleSeries(tmpSerie).AddBubble(i, (Bubblemaxvalue*2)*(j+1), myRadiusValue, myName);
then I format my left axis :
Code: Select all
Chart.LeftAxis.LabelStyle := talText;
smsValue: show Y value
smsLabel : show text
sms XValue : show XValue
smsXY : show X Y values
Is there any tricks ? How can I do ?
Regards.