MindFusion.Charting for Silverlight Programmer's Guide
BarSeries.Progress Property
See Also
 

Gets or sets the progress of bars in the chart.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public IList Progress { get; set; }

Visual Basic  Copy Code

Public Property Progress As IList

 Property Value

A single dimensional list with double values. Default value is an empty list.

 Remarks

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.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Silverlight Namespace