Searched refs:fLogicBarHeight (Results 1 – 1 of 1) sorted by relevance
617 double fLogicBarHeight = (*aSeriesIter)->getYValue( nPointIndex ); in createShapes() local618 if( ::rtl::math::isNan( fLogicBarHeight )) //no value at this category in createShapes()621 double fLogicValueForLabeDisplay = fLogicBarHeight; in createShapes()622 fLogicBarHeight-=fBaseValue; in createShapes()627 fLogicBarHeight = fabs( fLogicBarHeight )/fLogicPositiveYSum; in createShapes()629 fLogicBarHeight = 0.0; in createShapes()633 bool bPositive = fLogicBarHeight >= 0.0; in createShapes()635 double fUpperYValue = fLowerYValue+fLogicBarHeight; in createShapes()637 fPositiveLogicYForNextSeries += fLogicBarHeight; in createShapes()639 fNegativeLogicYForNextSeries += fLogicBarHeight; in createShapes()
Completed in 10 milliseconds