Table of Contents

ExcelChart.GetBubbleSeries Method

Returns the bubble definition for a series when in a bubble chart.

Syntax

Namespace: FlexCel.Core

public abstract ChartBubbleSeries GetBubbleSeries(Int32 index, Boolean getDefinitions, Boolean getValues)

Parameters

<-> Parameter Type Description
index Int32 Index of the series with the bubbles you want to return. (1 based)
getDefinitions Boolean If false, this method will not return the bubble formulas, so it will be a little faster.
getValues Boolean If false, this method will not return the bubble values, so it will be a little faster and use less memory.

Returns

Bubble descriptions.

See also