BubbleChart
StockSharp.Xaml.Charting
The graphical component to display bubble chart.
Inherits: UserControl
Implements: IComponentConnector
Constructors
BubbleChart
public BubbleChart()
bubbleChart = BubbleChart()
Initializes a new instance of the BubbleChart.
Methods
CreateDoubleSeries
public IBubbleSeries<double> CreateDoubleSeries(Color? color)
result = bubbleChart.CreateDoubleSeries(color)
CreateTimeSeries
public IBubbleSeries<DateTime> CreateTimeSeries(Color? color)
result = bubbleChart.CreateTimeSeries(color)
InitializeComponent
public void InitializeComponent()
bubbleChart.InitializeComponent()
InitializeComponent