Table of Contents

Class ChartWindow

Namespace
Balsam.Charting
Assembly
Balsam.Charting.dll

Interaction logic for MainWindow.xaml

public class ChartWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
ChartWindow
Implements
Inherited Members
Extension Methods

Constructors

ChartWindow(ChartBase)

Creates a new chart window for the specified chart.

public ChartWindow(ChartBase chart)

Parameters

chart ChartBase

ChartWindow(ChartViewModel)

Creates a new chart window for the specified chart.

public ChartWindow(ChartViewModel vm)

Parameters

vm ChartViewModel