sets a value for the bullet graph
// setting a value $$("b1").setValue(20); // getting the value $$("b1").getValue(); // ->20