Gets or sets any wijlineargauge option. If no value is specified, will act as a getter.
Parameters:
option Name: Represents the name of the option which should be get or set.
Type: String
value: Represents the value that should be set.
Code Example:
$("#lineargauge").wijlineargauge("width");
$("#lineargauge").wijlineargauge("width", 600);