Searched refs:fLowerYValue (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/chart2/source/view/charttypes/ |
| H A D | BarChart.cxx | 634 … double fLowerYValue = bPositive ? fPositiveLogicYForNextSeries : fNegativeLogicYForNextSeries; in createShapes() local 635 double fUpperYValue = fLowerYValue+fLogicBarHeight; in createShapes() 673 if( !pPosHelper->clipYRange(fLowerYValue,fUpperYValue) ) in createShapes() 683 pSubPosHelper->doLogicScaling(NULL,&fLowerYValue,NULL); in createShapes() 696 fTopHeight=approxSub(fCompleteHeight,fLowerYValue); in createShapes() 697 double fLogicYStart = bPositive ? fLowerYValue : fUpperYValue; in createShapes() 698 double fMiddleHeight = fUpperYValue-fLowerYValue; in createShapes() 706 double fHeight = fCompleteHeight-fLowerYValue; in createShapes() 727 , fLogicX, fLowerYValue, fLogicZ ) in createShapes() 734 … aSeriesFormerPointMap[pSeries] = FormerBarPoint(fLogicX,fUpperYValue,fLowerYValue,fLogicZ); in createShapes() [all …]
|