Searched refs:xYValuesForBubbleChart (Results 1 – 1 of 1) sorted by relevance
2932 Reference< chart2::data::XDataSequence > xYValuesForBubbleChart; in exportSeries() local2938 xYValuesForBubbleChart = xSequence->getValues(); in exportSeries()2939 … if( !lcl_exportDomainForThisSequence( xYValuesForBubbleChart, aFirstYDomainRange, mrExport ) ) in exportSeries()2940 xYValuesForBubbleChart = 0; in exportSeries()2964 if( xYValuesForBubbleChart.is() ) in exportSeries()2965 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xYValuesForBubbleChart )); in exportSeries()
Completed in 28 milliseconds