Hello,
I have a plot of a time series like this :
I want want to a add some events to this plot. So I create a pointseries ser1 and I added two points with labels to it:
ser1->AddXY(1.4,1000,"Event1");
ser1->AddXY(2.6,1500,"Event2");
I got this image :
Why the numerical values on the X axis labels are replaced with the labels of the second series ?
Can I add the pointseries with labels (to show them inside markers) without displying the labels on the X axis ?
Best regards,
Yazou
Points labels are displayed on the X axis?
Re: Points labels are displayed on the X axis?
Hi Yazou,
I think that you are looking for this:
I think that you are looking for this:
Code: Select all
Chart1.Axes.Bottom.LabelStyle:=talValue;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |