Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.cxx391 , eStaggering( SIDE_BY_SIDE ) in AxisLabelProperties()
429 this->eStaggering = SIDE_BY_SIDE; in init()
432 this->eStaggering = STAGGER_EVEN; in init()
435 this->eStaggering = STAGGER_ODD; in init()
438 this->eStaggering = STAGGER_AUTO; in init()
473 if( STAGGER_ODD == eStaggering || STAGGER_EVEN == eStaggering ) in getIsStaggered()
H A DVCartesianAxis.cxx437 if( rAxisLabelProperties.eStaggering != STAGGER_AUTO ) in isAutoStaggeringOfLabelsAllowed()
685 rAxisLabelProperties.eStaggering = STAGGER_EVEN; in createTextShapes()
768 rAxisLabelProperties.eStaggering = STAGGER_EVEN; in createTextShapes()
1347 LabelIterator aInnerIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, true ); in doStaggeringOfLabels()
1348 LabelIterator aOuterIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, false ); in doStaggeringOfLabels()
1446 aAxisLabelProperties.eStaggering = STAGGER_EVEN; in createMaximumLabels()
H A DVAxisProperties.hxx75 AxisLabelStaggering eStaggering; member
H A DVAxisBase.cxx102 m_aAxisLabelProperties.eStaggering = SIDE_BY_SIDE; in initAxisLabelProperties()

Completed in 32 milliseconds