Polar Series Labesl
Posted: Mon Mar 14, 2005 3:42 pm
I would like to change the labels for a Polar Series from 0-360 to a 12 hr clock format. I tried to change the labels using:
for(int x=0;x<360;x++){
AnsiString aStr = IntToStr(((360-ang)/30) + 1);
Series1->Labels[x] = aStr;
}
But I still get 0-360 on the chart. I have a couple of other series on the chart as well. I also tried editing the Series "Text" field in the Chart editor on the Series/Data display grid. Still no change. What am I doing or is it not possible?
thanks.
Kev
for(int x=0;x<360;x++){
AnsiString aStr = IntToStr(((360-ang)/30) + 1);
Series1->Labels[x] = aStr;
}
But I still get 0-360 on the chart. I have a couple of other series on the chart as well. I also tried editing the Series "Text" field in the Chart editor on the Series/Data display grid. Still no change. What am I doing or is it not possible?
thanks.
Kev