Page 1 of 1

Formating data for XY plots

Posted: Thu Sep 16, 2021 6:20 am
by Ciprian
Hello,

I created a Virtual Control Panel where I have some XY plots.
These plots work as expected but I have a few short questions for which I couldn't find yet solutions by myself:
1. how to send and display datapoints containing 3 (or more) decimals. Currently, even if I send data points expressed in more than 2 decimals, the XY plot shrinks them to only 2 decimals.
2. how to change the color and the line width of the scale lines inside the XY plot? Currently, the default style is narrow lines with a very light color which makes them barely visible.
3. how can I hide the options bar placed on top of a XY plot? Of course, I want this only on the application view.

In order to better understand my problems, please take a look at the attachment.

Regards,
Ciprian

Re: Formating data for XY plots

Posted: Sun Sep 19, 2021 7:46 am
by philr
This page shows how to change the style
https://www.megunolink.com/documentatio ... es-styles/

Re: Formating data for XY plots

Posted: Sun Sep 19, 2021 7:51 am
by philr
This page shows you how to hide elements in a built version of your interface
https://www.megunolink.com/documentatio ... selection/

Ill add your first question to the request list. Dont think there is a way to specify currently.

Sorry misunderstood your second question. This is also not possible currently.

Cheers
Phil

Re: Formating data for XY plots

Posted: Mon Sep 20, 2021 8:37 am
by Ciprian
Thanks for the reply!
Ciprian