IBubbleSeries

StockSharp.Xaml.Charting.BubbleChart

Methods

Append
public void Append(IEnumerable<TX> x, IEnumerable<double> y, IEnumerable<double> z)
iBubbleSeries.Append(x, y, z)

Appends a collection of X, Y and Z points to the series, automatically triggering a redraw

x
The X-values
y
The Y-values
z
The Z-values
Clear
public void Clear()
iBubbleSeries.Clear()