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?
Marks or Images
Hi Misti,
how about setting the Axis label to talValue ? :
Chart1.Axes.Bottom.LabelStyle := talValue;
how about setting the Axis label to talValue ? :
Chart1.Axes.Bottom.LabelStyle := talValue;
Pep Jorge
http://support.steema.com
http://support.steema.com
Marks or Images
Hi Josep,
That works!
Thank you very much.
Misti
That works!
Thank you very much.
Misti