Class StrategySnapshotViewModel
A custom view model used by the StrategySnapshot control.
public class StrategySnapshotViewModel : TradeStatsViewModelBase, INotifyPropertyChanged
- Inheritance
-
StrategySnapshotViewModel
- Implements
- Inherited Members
- Extension Methods
Properties
EquityCurve
Gets/sets an image of the strategy equity curve.
public ImageSource EquityCurve { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Calculates the equity curve and sets the EquityCurve image.
protected override void OnPropertyChanged(string propertyName)
Parameters
propertyName
string