Each class which extends CcmbCalc has an instance of CalcResults in which it stores the output of the calculation as it proceeds. The default editor for CalcResults displays this data. Public fields govern visibility, axis ranges, and labels. These are stored when the model is saved whether or not the screen configuration is recorded.
user interface: CalcResultsEditor
|     field |     type   |     contents / default value |     |
| iXvar | integer | 0 | variable: iXvar type: integer |
| x_min | double | 0.0 | variable: x_min type: double |
| x_max | double | 1.0 | variable: x_max type: double |
| y_min | double | 0.0 | variable: y_min type: double |
| y_max | double | 1.0 | variable: y_max type: double |
| maxNPoints | integer | 100000 | variable: maxNPoints type: integer |
| mouseRescalable | boolean | true | variable: mouseRescalable type: boolean |
| autoFrame | boolean | false | variable: autoFrame type: boolean |
| showText | boolean | false | variable: showText type: boolean |
| aspectRatio | double | 1.0 | variable: aspectRatio type: double |
| fixedAspectRatio | boolean | false | variable: fixedAspectRatio type: boolean |
| xlog | boolean | false | variable: xlog type: boolean |
| ylog | boolean | false | variable: ylog type: boolean |
| scrollbars | boolean | true | variable: scrollbars type: boolean |