Table of Contents

Class ChartForm

Namespace
Balsam.Charting
Assembly
Balsam.Charting.dll

A general purpose form for displaying charts.

public class ChartForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
ChartForm
Implements
Inherited Members
Extension Methods

Constructors

ChartForm(ChartBase)

Creates a new chart form usign the specified chart.

public ChartForm(ChartBase chart)

Parameters

chart ChartBase

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.