Table of Contents

Class StrategySnapshotViewModel

Namespace
Balsam.Reporting
Assembly
Balsam.Reporting.dll

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

ImageSource

Methods

OnPropertyChanged(string)

Calculates the equity curve and sets the EquityCurve image.

protected override void OnPropertyChanged(string propertyName)

Parameters

propertyName string