...
Overview
Progress Bar displays the progress of an operation, such as a file download
...
A progress bar indicator is a graphical representation of the current status of a task. It is helpful for estimating the amount of time before a task is completed.
A progress bar can be extremely effective in letting the respondent know how much of the survey they have left. However, progress bars can deter respondents from finishing surveys because they see how much more they have to complete.
A progress bar visually displays the progress of some specified tasks. Progress Bar shows the percentage of completion of the specified task. The progress bar fills up as the task reaches its completion. It displays a completion percentage, such as receiving all the necessary approval tasks, completing a certain number of on-boarding processes, or completing a single process.
Use a progress bar if:
You want more control over the configuration of the progress bar.
The program needs to display other components along with the progress bar.
You need more than one progress bar. With some tasks, you need to monitor more than one parameter. For example, an installation program might monitor disk space usage in addition to how many files have been successfully installed.
You need to reuse the progress bar. A progress bar can be reused; a progress monitor (display progress) cannot.or upload
Generally, Progress Bar displays horizontally from left to right indicating the progress of an operation.
Attributes
Label
The label is a short description given to the Progress Bar
Generally, the label is displayed at the top left corner
...
Progress bar size
Progress Bars are available in four sizes i.e. x-small, small, medium & large
...
Variant
Variants display the Progress Bar with different colors to convey different meanings
Progress bar comes in five variants:
Default: Shows Progress Bar in blue color
Inverse: Shows Progress Bar in gray color
Success: Shows Progress Bar in green color
Warning: Shows Progress Bar in yellow color
Error: Shows Progress Bar in red color
...
Value
The percentage value of the Progress Bar, value is an indication of progress
e.g. the Progress Bar denotes completion when the value is 100
Show Percentage
To indicate the progress of an operation in terms of percentage
...
Show Rounded
It adds a border radius to the Progress Bar to give it a rounded look
...
Show Vertical
Displays a vertical Progress Bar from top to bottom to indicate the progress of an operation.
...
Value Destination Type
There are two types of Destination are available
Variable Destination: This type allows you to store the values in the variable, if you select Destination Type as variable then it will show you the variable that you have to store
Model: This type allows you to store the values in the Models, if you select Destination Type as model then it will show you the model that you have to store
Include Page | ||||
---|---|---|---|---|
|