Table of Contents

Class EquityDrawdownChart

Namespace
Balsam.Charting
Assembly
Balsam.Charting.dll

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

bool

ShowDrawdownPane

Gets/sets whether drawdown will be displayed below the equity curve.

public bool ShowDrawdownPane { get; set; }

Property Value

bool

Methods

Plot(TimeSeries)

Plots the specified equity curve.

public void Plot(TimeSeries equitySeries)

Parameters

equitySeries TimeSeries