diff options
author | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2010-12-07 17:18:10 +0100 |
---|---|---|
committer | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2010-12-07 17:18:10 +0100 |
commit | 23a41b480633914a7a0db19f5b23e61dd28dfca0 (patch) | |
tree | 850e8dbad62b82a8d2c1f06466eec94ccc2ef35b /chart2/source/view/axes/VPolarAngleAxis.cxx | |
parent | 137698744547aea35fd5649e541adb9157ab0b5b (diff) |
chart46: #i25706# implement date axis - corrected z-axis layout
Diffstat (limited to 'chart2/source/view/axes/VPolarAngleAxis.cxx')
-rw-r--r-- | chart2/source/view/axes/VPolarAngleAxis.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/axes/VPolarAngleAxis.cxx b/chart2/source/view/axes/VPolarAngleAxis.cxx index dcb7cd5a6303..0a10ee25e1c4 100644 --- a/chart2/source/view/axes/VPolarAngleAxis.cxx +++ b/chart2/source/view/axes/VPolarAngleAxis.cxx @@ -178,7 +178,7 @@ void VPolarAngleAxis::createLabels() return; double fLogicRadius = m_pPosHelper->getOuterLogicRadius(); - double fLogicZ = -0.5;//as defined + double fLogicZ = 1.0;//as defined if( m_aAxisProperties.m_bDisplayLabels ) { @@ -213,7 +213,7 @@ void VPolarAngleAxis::createShapes() return; double fLogicRadius = m_pPosHelper->getOuterLogicRadius(); - double fLogicZ = -0.5;//as defined + double fLogicZ = 1.0;//as defined //----------------------------------------- //create axis main lines |