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.
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.
Code:
[MeasureVRAMUsed]; Returns used VRAM by deducting available VRAM (MeasureVRAMMB} from the total installed RAM.Measure=CalcFormula=#TotalVRAM#-MeasureVRAMMBMinValue=0MaxValue=#TotalVRAM#
Statistics: Posted by Tromador — Yesterday, 9:28 pm — Replies 3 — Views 67