ComponentOne ProgressBar for ASP.NET AJAX: C1ProgressBar Elements > Progress Indicator

Progress Indicator

The progress indicator provides a visual representation of the current progress between a minimum and a maximum value. If the C1ProgressBar control’s track is horizontal, the indicator can fill the track starting from either the left or the right side of the control; if the track is vertical, the indicator can fill the track starting from either the top or the bottom of the control.

The progress indicator is filled to a percentage, which is based the value of the Value property as compared to the values of the MinimumValue and MaximumValue properties. For example, if the MinimumValue property is set to 0, the MaximumValue is set to 100, and the Value property is set to 25, the progress indicator will fill 25% of the track. If the MinimumValue property is set to 100, the MaximumValue is set to 300, and the Value property is set to 200, the progress indicator will fill 50% of the track. 

The progress indicator can represent either a fixed indication of progress, or it can be used to convey up-to-date progress indicators. 


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.