Table of Contents

Interface BubbleChart.IBubbleSeries<TX>

Namespace
StockSharp.Xaml.Charting
Assembly
StockSharp.Xaml.Charting.dll
public interface BubbleChart.IBubbleSeries<TX> where TX : IComparable

Type Parameters

TX
Extension Methods

Methods

Append(IEnumerable<TX>, IEnumerable<double>, IEnumerable<double>)

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

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

Parameters

x IEnumerable<TX>

The X-values

y IEnumerable<double>

The Y-values

z IEnumerable<double>

The Z-values

Clear()

void Clear()