Class EquityDrawdownChart
Creates an equity drawdown chart.
public class EquityDrawdownChart : ChartBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, ISupportInitialize, IDisposable
- Inheritance
-
EquityDrawdownChart
- Implements
- Inherited Members
- Extension Methods
Constructors
EquityDrawdownChart()
Initializes a new EquityDrawdownChart.
public EquityDrawdownChart()
Properties
IsLogarithmic
Gets/sets whether the main equity curve should be plotted on a semi-log scale.
public bool IsLogarithmic { get; set; }
Property Value
ShowDrawdownPane
Gets/sets whether drawdown will be displayed below the equity curve.
public bool ShowDrawdownPane { get; set; }
Property Value
Methods
Plot(TimeSeries)
Plots the specified equity curve.
public void Plot(TimeSeries equitySeries)
Parameters
equitySeries
TimeSeries