Jump to content
Software FX Community

SilverTech

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by SilverTech

  1. My problem is that i want to have 2 wmiobjects in the same gauge

    This one i want to be the main gauge

    Get-WmiObject win32_Processor | out-gauge -value LoadPercentage -float -refresh 0:0:1

    And this one i want to be a innergauge

     get-wmiobject Win32_Process | group-object -property group | out-gauge -value count -type digital -refresh 0:0:1

     

    I know how to use same object with two diffrent values in a gauge but how do i use two diffrent objects in the same gauge?

    BubbleChart1.zip

×
×
  • Create New...