https://bugs.documentfoundation.org/show_bug.cgi?id=164517
Bug ID: 164517
Summary: Cannot change chart type to Histogram by macro
Product: LibreOffice
Version: 25.2.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Chart
Assignee: [email protected]
Reporter: [email protected]
Created attachment 198325
--> https://bugs.documentfoundation.org/attachment.cgi?id=198325&action=edit
document with macro to change the chart type
Open attached document. It contains a line chart "only Points" and a macro to
change the chart type to a Histogram chart.
Error: Changing does not work.
The chart type HistogramDiagram is listed as service in com::sun::star::chart.
So it is not exactly the same problem as in bug 164516 for the new 'Of-Pie'
chart. But the final solutions might be similar.
Problems might be:
HistogramDiagram is not contained in offapi/type_reference/offapi.idl
HistogramDiagram is missing in
chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
But I'm not an expert for charts, so above might be irrelevant and other places
might be missing.
--
You are receiving this mail because:
You are the assignee for the bug.