<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`ProgressBarComponent`](ProgressBarComponent) › [`setValue`](ProgressBarComponent/setValue) ## ProgressBarComponent.setValue() method **Signature:** ```typescript setValue(value: number): this; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>value</code> | <code>number</code> | The progress amount, a value between 0-100. | **Returns:** `this`