The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TpcAngLabelMode


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)



Last Update: 2023-Dec-14