MindFusion.Wpf Pack Programmer's Guide
BarSeries.Progress Property
See Also
 





Gets or sets a list that indicates the progress of bars in the chart. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public DoubleCollection Progress { get; set; }

Visual Basic  Copy Code

Public Property Progress As DoubleCollection

 Property Value

An instance of the WPF DoubleCollection class. The default is an empty collection.

 Remarks

The progress of the bar is set as an absolute value rather than a percentage of any sort.  Thus a bar that demonstrates a value of 6 and has a progress value 3 will be filled to the middle.

The order of values in the progress list corresponds to the order of the bars e.g. the first value in the array sets the progress of the first bar etc.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Wpf Namespace