Page 1 of 1

Polar Trouble

Posted: Wed Mar 02, 2005 10:01 am
by 9334165
Hi

1. Which tools work on polar charts.
2. Trying to use an series function seems to result in a straight curve and not a"circular" one.
3. Is it possible to have a logarithmic grid. At least when you choose logarithmic axis.

Best Regards

Ole

Posted: Wed Mar 09, 2005 4:22 pm
by Pep
Hi Ole,

1) The majority of the Tools has not been designed to be used with this Series type. I've not checked one by one, but you should to be able to use only the ones that not require a special ValueList, point order, etc.. like Drag Marks tool, Marks Tip tool, etc..
2) Yes, the functions has not been designed to be used in this series type (Polar)
3) Logarithmic axis for all circled series is not yet supported. At the moment the only way around this is to manually calculate Log(radius) and draw polar rings directly onto Chart.Canvas by using TCustomPolarSeries.DrawRing method.