Setting the property on a Polar series:
Code: Select all
Polar plot = new Polar();
plot.ClockWiseLabels = true;
To see this: run the TeeChart WinForms demo app, and use the "Circle labels inside" example and set the 'ClockWiseLabels' property on. The labels are shown clockwise, but the displayed data does not change with it.