Image in a dashboard
Hi,
I've insert an image in a dashboard with this script:
img = Open(
"S:\xxxxxx.jpg",
"jpg"
);
Graph Box(
FrameSize( 1400, 880 ),
X Scale( 0, 410 ),
Y Scale( 0, 100 ),
<<Add Image( image( img ), bounds( top( 90 ), Left( 10 ), bottom( 10 ), Right( 400 ) ) )
);
How to do to avoid the numbers for the 2 axes or to avoid the axes?
thanks
best regards