Search Results for

    Show / Hide Table of Contents

    TXlsxChart.GetBubbleSeries Method

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

    Syntax

    Unit: FlexCel.XlsAdapter

    function TXlsxChart.GetBubbleSeries(const index: Integer; const getDefinitions: Boolean; const getValues: Boolean): IChartBubbleSeries;

    Parameters

    <-> Parameter Type Description
    const index Integer Index of the series with the bubbles you want to return. (1 based)
    const getDefinitions Boolean If false, this method will not return the bubble formulas, so it will be a little faster.
    const 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

    • TXlsxChart
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com