TMapSeries axis labels
TMapSeries axis labels
I have a TMapSeries and the axis labels are being displayed as dates. For example, an X coordinate like 548000 is ending up like 11/01/3355. How can I get it to just display "548,000"?
Re: TMapSeries axis labels
Hello,
You may accidentally have set your series x values to be datetime. You can change it as follows:
You may accidentally have set your series x values to be datetime. You can change it as follows:
Code: Select all
Series1.XValues.DateTime:=False;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |