How to change position axis by code?

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
winchell
Posts: 10
Joined: Thu Mar 31, 2022 5:45 am

How to change position axis by code?

Post by winchell »

Hi i am working on calc developping, i met one issue:

I can change the position axis from "on tick marks" to "between tick marks" in calc application.
But i didnt find the property name to change it in api definition document:
https://api.libreoffice.org/docs/idl/re ... 1Axis.html

Do anyone know the property value for it?
Attachments
Capture3.JPG
Capture3.JPG (34.48 KiB) Viewed 835 times
OpenOffice 7.3 on Windows 10
User avatar
Zizi64
Volunteer
Posts: 11359
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: How to change position axis by code?

Post by Zizi64 »

Please upload an ODF type sample file here.

And install one of the excellent object inspection tools: XrayTool or MRI. Then you will able to list the properties, methods of the programming object like the Chart.
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
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.
User avatar
Zizi64
Volunteer
Posts: 11359
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: How to change position axis by code?

Post by Zizi64 »

OpenOffice 7.3 on Windows 10
There is not OpenOffice 7.3 version today. Are you using the LibreOffice?
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
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.
Post Reply