Gets or sets the progress of bars in the chart.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public IList Progress { get; set; } |
Visual Basic
![]() |
---|
Public Property Progress As IList |
A single dimensional list with double values. Default value is an empty list.
The values in the list correspond to the bars in the series. The first value corresponds to the first bar etc. Each value indicates the progress of the bar in terms of bar data e.g. if the data for the bar is 60 and you want to indicate that progress is at 1/3 of it, you should add 20 at the poistion corrsponding to the bar in the Progress array.