Page 1 of 1

Marks or Images

Posted: Wed Sep 15, 2004 10:10 pm
by 9338241
I have a chart with the X-axis as longitude and the Y-axis as latitude. On this chart are several point series that depict lightning points. To this chart, I would like to add about 20 sensor points at specific lat-lon positions. They need to be labelled from '1' to '20'. At the same time, I want the axes values and labels to remain the latitude and longitude.

I have tried using AddXY with a new series and can place the points at the correct lat-lon as long as the label field is empty, '', but if I add text values to the label field, the X-Axis uses these :?: labels, not the longitude which I desire.

Is there any way to have text in the marks that is different from the axes labels? Or is there some other way to achieve the above objective?

Posted: Thu Sep 16, 2004 7:33 am
by Pep
Hi Misti,

how about setting the Axis label to talValue ? :
Chart1.Axes.Bottom.LabelStyle := talValue;

Marks or Images

Posted: Tue Sep 21, 2004 4:47 pm
by 9338241
Hi Josep,

That works!

Thank you very much.

Misti :D