Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DBarChart.cxx859 double fOuterBarDepth = fLogicBarDepth; in createShapes() local
862fOuterBarDepth = fLogicBarDepth * (fTopHeight)/(fabs(fCompleteHeight)); in createShapes()
863 … fLowerBarDepth = (fBaseValue < fUpperYValue) ? fabs(fLogicBarDepth) : fabs(fOuterBarDepth); in createShapes()
864 … fUpperBarDepth = (fBaseValue < fUpperYValue) ? fabs(fOuterBarDepth) : fabs(fLogicBarDepth); in createShapes()

Completed in 14 milliseconds