Kaydet (Commit) c8961a43 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

export data labels for all chart types, tdf#90729

Change-Id: I55b9b87a8de2ecee4f1ae3159938bfd2fb3acbaa
üst badec747
......@@ -1820,10 +1820,7 @@ void ChartExport::exportSeries( Reference< chart2::XChartType > xChartType, sal_
exportDataPoints( uno::Reference< beans::XPropertySet >( aSeriesSeq[nSeriesIdx], uno::UNO_QUERY ), nSeriesLength );
// export data labels
// Excel does not like our current data label export
// for scatter charts
if( eChartType != chart::TYPEID_SCATTER )
exportDataLabels(aSeriesSeq[nSeriesIdx], nSeriesLength, eChartType);
exportDataLabels(aSeriesSeq[nSeriesIdx], nSeriesLength, eChartType);
exportTrendlines( aSeriesSeq[nSeriesIdx] );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment