ICircleLabels.Rotated
ICircleLabels

property Rotated: WordBool;

Type Library
TeeChartx

Description
When true, rotates Labels around Circle.

Example [Visual Basic]:

With TChart1.Series(0)

.asPolar.CircleLabels.Visible = True

.asPolar.CircleLabels.Rotated = True

End With