Hi Ben
Would it be possible to have a few more series for the XY-Chart component? 10 instead of 8 would be good, 16 would be great. With 16 series, the chart fits to the DSP Multiplexer component.
regards
Stefan
App Developer XY-Chart add few more series
-
- Valued Contributor
- Posts: 1046
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 220 times
-
- Matrix Staff
- Posts: 1530
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 212 times
- Been thanked: 353 times
Re: App Developer XY-Chart add few more series
It could be done, but at the moment this would be quite difficult. I will have a look and see if there is any way to make this easier.
-
- Valued Contributor
- Posts: 1046
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 220 times
Re: App Developer XY-Chart add few more series
Hi Steve
What about the extension from the chart Series to 10 or 16?
regards
Stefan
What about the extension from the chart Series to 10 or 16?
regards
Stefan
-
- Matrix Staff
- Posts: 1530
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 212 times
- Been thanked: 353 times
Re: App Developer XY-Chart add few more series
Hi Stefan,
If you need more traces on a chart, then you can use 2 charts as in the attached example.
The two charts are in the same location and one of them has a transparent background, so it will look like there is only one chart. You can use this trick to have as many traces on chart as you want.
If you need more traces on a chart, then you can use 2 charts as in the attached example.
The two charts are in the same location and one of them has a transparent background, so it will look like there is only one chart. You can use this trick to have as many traces on chart as you want.
- Attachments
-
- ten traces example.fcsx
- (29.38 KiB) Downloaded 618 times
-
- Valued Contributor
- Posts: 1046
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 220 times
Re: App Developer XY-Chart add few more series
Hi Steve
Yes thats working fine.
Just one small question.
can i set parameters with a build in function (command).
like this example :
Yes thats working fine.
Just one small question.
can i set parameters with a build in function (command).
like this example :
-
- Matrix Staff
- Posts: 1530
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 212 times
- Been thanked: 353 times
Re: App Developer XY-Chart add few more series
I'm not sure. There are dedicated functions to reposition components. What are you trying to achieve?
-
- Valued Contributor
- Posts: 1046
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 220 times
Re: App Developer XY-Chart add few more series
with a switch the user can choose whether he wants the chart overlapping or separate. to do this i have to change the y position of the chart.
can still ask something unimportant.
Why can I only choose 5 series and not 8?
can still ask something unimportant.
Why can I only choose 5 series and not 8?
-
- Matrix Staff
- Posts: 1530
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 212 times
- Been thanked: 353 times
Re: App Developer XY-Chart add few more series
We use a 3rd-party graphing tool within Flowcode for this and that is limited to 5 different colours for the traces. So trace 5 must be the same colour as trace 1, etc.stefan.erni wrote: ↑Thu May 30, 2024 4:59 pmcan still ask something unimportant.
Why can I only choose 5 series and not 8?
This can be overcome using that overlapping chart trick. BTW, you could have more than 2 overlapping if you needed. But lots of traces on the same chart can be difficult to view for the user.
I will answer your other question shortly...
-
- Matrix Staff
- Posts: 1530
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 212 times
- Been thanked: 353 times
Re: App Developer XY-Chart add few more series
A lot of the old object move function calls are not yet implemented for the 2d panel, so I would suggest making objects visible or invisible instead of actually moving them on the panel programmatically. This allows you to be more precise with their positions too. See the attached for an example.
- Attachments
-
- ten traces example 02.fcsx
- (39.74 KiB) Downloaded 555 times