Changeset 95 for trunk/src/helpers/cctl_chart.c
- Timestamp:
- Aug 7, 2001, 11:34:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_chart.c
r91 r95 50 50 * against the sum of all values. In other words, 51 51 * 52 + (dValue / dTotal) == (sizeSli ze / sizeTotal).52 + (dValue / dTotal) == (sizeSlice / sizeTotal). 53 53 * 54 54 * The display depends on whether the chart control operates in … … 651 651 // specified with GpiPartialArc (while GpiFullArc 652 652 // 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?!?) 656 654 ap.lP = ptlCenter.x; // X-axis X 657 655 ap.lS = 0; // X-axis Y
Note:
See TracChangeset
for help on using the changeset viewer.