summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VPolarAngleAxis.cxx
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2010-12-07 17:18:10 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2010-12-07 17:18:10 +0100
commit23a41b480633914a7a0db19f5b23e61dd28dfca0 (patch)
tree850e8dbad62b82a8d2c1f06466eec94ccc2ef35b /chart2/source/view/axes/VPolarAngleAxis.cxx
parent137698744547aea35fd5649e541adb9157ab0b5b (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.cxx4
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