Yes, I can do that.
I want to reset the defaults, not go into every single chart every single time.
There is a function for change the default colors of the chart:
Tools - Optons - Charts - Default colors
But there is not a menu item or other function to adjust the default linetypes for charts in the Calc application - if I know it exactly.
But you can
- create a template with a chart (charts) based on a predefined data range. You can adjust the colors and the linetypes of the created chart. Save the document as a template. Open this template when you want use the modified chart/s/. I suppose that you always use similar charts - if not, then you need create more than one templates.
- write a macro (or more macros) to automatize the adjusting procedure of the existing charts in an existing document. You must study the object oriented programming, and the API functions before you start to achieve this task. Yo need find the chart objects in a document, and get the properties of teh sub-sub-objects (e.g. the lines and the color/linetype property of a line...) Note: It is not a simple task...
...The last chance :
The AOO/LO are open source softwares. You can modity the source code, and you can build your own version with different default color/linetype of the charts.
Tibor Kovacs, Hungary; LO4.4.7, LO5.4.6 on Win7x64Prof.
PortableApps, winPenPack: LO3.3.0-LO6.0.2 and AOO4.1.5
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.