Marks values with BubbleChart
Posted: Fri Apr 03, 2009 8:40 am
Hi,
Im using Tee7 Pro.
I draw a chart containing some bubble series. To avoid that my bubble series crush, I insert them like :
(where bubblemaxvalue is the biggest radius value that I have)
then I format my left axis :
But I found no options in TeeEditSeri to show Radius values in series marks.
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.
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.