Searched refs:fLogicYValue (Results 1 – 1 of 1) sorted by relevance
425 double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); in createShapes() local426 if( ::rtl::math::isNan(fLogicYValue) ) in createShapes()428 if(fLogicYValue==0.0)//@todo: continue also if the resolution to small in createShapes()431 fLogicYForNextPoint += fLogicYValue; in createShapes()439 double fLogicEndAngleValue = (fLogicYPos+fLogicYValue)/fLogicYSum; in createShapes()520 , fLogicYValue, fLogicYSum, aScreenPosition2D, eAlignment ); in createShapes()525 aPieLabelInfo.fValue = fLogicYValue; in createShapes()
Completed in 26 milliseconds