Table of Contents

Class MultiPaneChart

Namespace
Balsam.Charting
Assembly
Balsam.Charting.dll

Interaction logic for MultiPaneChart.xaml

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

Constructors

MultiPaneChart()

Instantiates a new MultiPaneChart control.

public MultiPaneChart()

MultiPaneChart(ChartViewModel)

Instantiates a new MultiPaneChart control using the specified view model.

public MultiPaneChart(ChartViewModel viewModel)

Parameters

viewModel ChartViewModel

Methods

CopyImageToClipboard(Size)

Renders the control in memory and copies bitmap image to clipboard.

public void CopyImageToClipboard(Size size)

Parameters

size Size

GetBitmap(Size)

Gets a bitmap of the current chart using the specified size.

public ImageSource GetBitmap(Size size)

Parameters

size Size

Returns

ImageSource