Ignore:
Timestamp:
Aug 7, 2001, 11:34:30 PM (24 years ago)
Author:
umoeller
Message:

Lafaix and Ratcliffe updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_chart.c

    r91 r95  
    5050 *      against the sum of all values. In other words,
    5151 *
    52  +          (dValue / dTotal) == (sizeSlize / sizeTotal).
     52 +          (dValue / dTotal) == (sizeSlice / sizeTotal).
    5353 *
    5454 *      The display depends on whether the chart control operates in
     
    651651        //    specified with GpiPartialArc (while GpiFullArc
    652652        //    uses the current pen position...
    653         //    Who created these APIs?!? This might be a most
    654         //    flexible way to do things, but where's the
    655         //    simple stuff?!?)
     653        //    Who created these APIs?!?)
    656654        ap.lP = ptlCenter.x;        // X-axis X
    657655        ap.lS = 0;                  // X-axis Y
Note: See TracChangeset for help on using the changeset viewer.