| Unit: |
SDL_polchart
|
| Class: |
none |
| Declaration: |
TpcAngLabelMode = almNone, almDegrees, almRadians, almMultiPi, almSymmDeg, almSymmRad, almSymmMultiPi); |
The type definition TpcAngLabelMode lists the possible kinds of labeling the angular rays of a polar chart:
| almNone |
no labels at all |
| almDegrees |
display degree values in the range of 0° to 360° |
| almRadians |
display radians in the range of 0 to 2p
|
| almMultiPi |
display angle in integer multiples of some fraction of p (in the range of 0 to 2p) |
| almSymmDeg |
display degree values in the range of -180° to +180° |
| almSymmRad |
display radians in the range of -p to +p
|
| almSymmMultiPi |
display the angle in integer multiples of some fraction of p (in the range of -p to +p) |
|