setValue

задает значение для gage

void setValue(number new_value);
new_valuenumberновое значение для gage

Example

// установка значения
$$("gage1").setValue(20); 
 
// получение значения
$$("gage1").getValue(); // ->20

Related samples

See also
  • API
  • Articles
  • Наверх
    If you have not checked yet, be sure to visit site of our main product Webix web development library and page of JavaScript Gauge product.