Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1158

Help: Rainmeter Skins • Re: Percentual Histograms

$
0
0
I have set up some meters following data from HWInfo. So far so good and works as expected. A nice histogram proceeds across the screen accurately showing recent usage levels.

What I can't seem to figure out is how to turn this into a percentage with a range. Right now it (correctly) scales based on recent usage.

I've played around with Max/MinValue in the Measure (well and the Meter actually) and tried setting Percentual in different places, but I can't work it out. My attempts have either no effect, or stop the histogram from working at all.

This is what I have for a measure, but not even sure if I'm doing this right and really no clue what I need to do with the histogram to make it be a %age.
Switching your measure to a percentage isn't going to change the histogram's appearance, so I assume you are trying to make some other use of this percentage value (like show the percentage in another measure).

To answer your question, all you need to do is change your formula to a percentage:

Code:

[MeasureVRAMUsed]; Returns used VRAM by deducting available VRAM (MeasureVRAMMB} from the total installed RAM.Measure=CalcFormula=((#TotalVRAM# - MeasureVRAMMB) / #TotalVRAM#) * 100MinValue=0MaxValue=100

Statistics: Posted by SilverAzide — Yesterday, 10:53 pm



Viewing all articles
Browse latest Browse all 1158

Trending Articles