VPolarAngleAxis.cxx (cde9e8dc) VPolarAngleAxis.cxx (30acf5e8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 169 unchanged lines hidden (view full) ---

178
179 if( m_aAxisProperties.m_bDisplayLabels )
180 {
181 //-----------------------------------------
182 //get the transformed screen values for all tickmarks in aAllTickInfos
183 std::auto_ptr< TickFactory > apTickFactory( this->createTickFactory() );
184
185 //create tick mark text shapes
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 169 unchanged lines hidden (view full) ---

178
179 if( m_aAxisProperties.m_bDisplayLabels )
180 {
181 //-----------------------------------------
182 //get the transformed screen values for all tickmarks in aAllTickInfos
183 std::auto_ptr< TickFactory > apTickFactory( this->createTickFactory() );
184
185 //create tick mark text shapes
186 //@todo: iterate through all tick depth wich should be labeled
186 //@todo: iterate through all tick depth which should be labeled
187
188 EquidistantTickIter aTickIter( m_aAllTickInfos, m_aIncrement, 0, 0 );
189 this->updateUnscaledValuesAtTicks( aTickIter );
190
191 removeTextShapesFromTicks();
192
193 AxisLabelProperties aAxisLabelProperties( m_aAxisLabelProperties );
194 aAxisLabelProperties.bOverlapAllowed = true;

--- 36 unchanged lines hidden ---
187
188 EquidistantTickIter aTickIter( m_aAllTickInfos, m_aIncrement, 0, 0 );
189 this->updateUnscaledValuesAtTicks( aTickIter );
190
191 removeTextShapesFromTicks();
192
193 AxisLabelProperties aAxisLabelProperties( m_aAxisLabelProperties );
194 aAxisLabelProperties.bOverlapAllowed = true;

--- 36 unchanged lines hidden ---