Changeset 888 for trunk/Modules/TimeMeasure/Graph.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TimeMeasure/Graph.php
r887 r888 3 3 class PageGraph extends Page 4 4 { 5 var$FontSize;6 var$FontFileName;7 var$ValueToImageHeigthCoefficient;8 var$DefaultWidth;9 var$DefaultHeight;5 public int $FontSize; 6 public string $FontFileName; 7 public float $ValueToImageHeigthCoefficient; 8 public int $DefaultWidth; 9 public int $DefaultHeight; 10 10 11 11 function __construct(System $System)
Note:
See TracChangeset
for help on using the changeset viewer.