diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-13 19:32:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-13 19:45:39 -0400 |
commit | 2d6dacc1c93bfd4a9086f8fde6b0edbfdeb573c9 (patch) | |
tree | e97daec69aa9f44b5f53d3707889b008b33b54ca /chart2/source | |
parent | 942731076de057f5caea2c42a41ae8cf541bba9f (diff) |
More on documenting the methods.
Change-Id: Ibdbc1b26521e56de5dcba1b9572bb0221fc0fff5
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 3de0c4714f44..4ba924b88654 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -255,11 +255,23 @@ public: * largest axis label text object prior to calling this method. * * The new axis scaling data will be stored in the VCoordinateSystem - * objects. + * objects. The label alignment direction for each axis will also get + * determined during this process, and stored in VAxis. */ void doAutoScaling( ChartModel& rModel ); + + /** + * After auto-scaling is performed, call this method to set the explicit + * scaling and increment data to all relevant VAxis objects. + */ void updateScalesAndIncrementsOnAxes(); + + /** + * After auto-scaling is performed, call this method to set the explicit + * scaling data to all the plotters. + */ void setScalesFromCooSysToPlotter(); + void setNumberFormatsFromAxes(); drawing::Direction3D getPreferredAspectRatio(); |