Gets the progress of the bar.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double Progress { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Progress As Double |
A double value.
RemarksThe progress is given as a number, not as a percent of the bar value.
See Also