Home
last modified time | relevance | path

Searched refs:fLogicYValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx425 double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); in createShapes() local
426 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 13 milliseconds