Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx489 double fRotationDegrees = 0.0; in createDataLabel() local
496 xPointProps->getPropertyValue( C2U( "TextRotation" ) ) >>= fRotationDegrees; in createDataLabel()
569 if( fRotationDegrees != 0.0 ) in createDataLabel()
571 const double fDegreesPi( fRotationDegrees * ( F_PI / -180.0 ) ); in createDataLabel()
575 …PositionHelper::correctPositionForRotation( xTextShape, eAlignment, fRotationDegrees, true /*bRota… in createDataLabel()

Completed in 23 milliseconds