App Developper: How to use Gauge Scale

For general Flowcode discussion that does not belong in the other sections.
Post Reply
stefan.erni
Valued Contributor
Posts: 758
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Flowcode v10 App Developper: How to use Gauge Scale

Post by stefan.erni »

Hi Ben

I would like to display almost all positive values of an integer on a gauge. I would like a scale from 0 to 32000
Every 2000 a big dash and a text.
In between a small dash for the 1000

I can't set the scale for 32000 like the scale for the values divided by 100.
FC10_Gauge_post.fcsx
(13.1 KiB) Downloaded 27 times
regards

Stefan
Snag_a782c0.png
Snag_a782c0.png (74.7 KiB) Viewed 531 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: App Developper: How to use Gauge Scale

Post by Steve-Matrix »

Try:
  • Minor Tick Step = 1000
  • Major Tick Step = 2
Minor Tick Step determines the spacing of the lines. Major Tick Step determines where the numbers are shown.

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: App Developper: How to use Gauge Scale

Post by BenR »

Hi Stefan,

In the gauge properties use these values.

Minor tick step 1000, major tick step 2. I think you had these values backwards.

Aha - Steve beat me to it :lol:

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: App Developper: How to use Gauge Scale

Post by stefan.erni »

Hi Ben, Hi Steve

Thank you very much. Now I understand
Minor Tick Step 1000: One tick every 1000 units
Major Tick Step 2: every second value has a long dash and a number.
So it is best to define the minor first and then the major.

regards

Stefan

Sometimes things are easy when you know how..
Snag_cec394.png
Snag_cec394.png (83.24 KiB) Viewed 524 times

Post Reply