Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/charttypes/
H A DBarChart.cxx152 double fY = fScaledUpperYValue; in getLabelScreenPositionAndAlignment()
164 fY = bReverse ? fScaledLowerYValue : fScaledUpperYValue; in getLabelScreenPositionAndAlignment()
171 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0; in getLabelScreenPositionAndAlignment()
181 fY = bReverse ? fScaledUpperYValue : fScaledLowerYValue; in getLabelScreenPositionAndAlignment()
188 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0; in getLabelScreenPositionAndAlignment()
205 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0; in getLabelScreenPositionAndAlignment()
222 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0; in getLabelScreenPositionAndAlignment()
230 fY = (fBaseValue < fScaledUpperYValue) ? fScaledUpperYValue : fScaledLowerYValue; in getLabelScreenPositionAndAlignment()
241 fY = (fBaseValue < fScaledUpperYValue) ? fScaledUpperYValue : fScaledLowerYValue; in getLabelScreenPositionAndAlignment()
252 fY = (fBaseValue < fScaledUpperYValue) ? fScaledLowerYValue : fScaledUpperYValue; in getLabelScreenPositionAndAlignment()
[all …]
H A DBarChart.hxx74 … , double fScaledX, double fScaledLowerYValue, double fScaledUpperYValue, double fScaledZ

Completed in 20 milliseconds