DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I programatically set a report 2d-axis legend background to transparent?

 
0 Kudos
Message 1 of 4
(3,108 Views)
Hi,

If the name of the axis is "2DAxis1" you can use the folliwing scriptcode:

Call GraphObjOpen("2DAxis1")
  D2LegBackColor   =""
Call GraphObjClose("2DAxis1")

Use CTRL-A to copy a script with all parameters of a dialog into the clipboard. Paste the code into the scripteditor and you have all parameters and how to set the value.




0 Kudos
Message 2 of 4
(3,098 Views)

Hi Aled Jones,

I don't know about a background-color for an axis-text or axis-number.

(Now I know it Smiley Happy - thx)

On my PC it's always transparent.

You can modify the text-color and the color of axis-numbers.

Use <Ctrl> + <A> in an open dialog to copy the most (all?) parameters of this dialog in the clipboard and paste it in your script.

Then you can modify what you want and delete what you don't need.

Message Edited by hass on 01-24-2007 10:51 AM

greets Andreas

Volkswagen AG
Wolfsburg - Germany
0 Kudos
Message 3 of 4
(3,099 Views)

Thanks, got it sorted now, Ctrl-A is very useful

Aled

0 Kudos
Message 4 of 4
(3,075 Views)