Table of Contents

Class BubbleChart

Namespace
StockSharp.Xaml.Charting
Assembly
StockSharp.Xaml.Charting.dll

The graphical component to display bubble chart.

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

Constructors

BubbleChart()

Initializes a new instance of the BubbleChart.

public BubbleChart()

Methods

CreateDoubleSeries(Color?)

public BubbleChart.IBubbleSeries<double> CreateDoubleSeries(Color? color)

Parameters

color Color?

Returns

BubbleChart.IBubbleSeries<double>

CreateTimeSeries(Color?)

public BubbleChart.IBubbleSeries<DateTime> CreateTimeSeries(Color? color)

Parameters

color Color?

Returns

BubbleChart.IBubbleSeries<DateTime>

InitializeComponent()

InitializeComponent

public void InitializeComponent()