Spread.NET 17 Formula Reference
Formula Functions / Functions M to Q / PIESPARKLINE
In This Topic
    PIESPARKLINE
    In This Topic

    This function returns a data set used for representing a pie sparkline.

    Syntax

    PIESPARKLINE(Percentage, [color1, color2, ...])

    Arguments

    The argument can accept cell value, range or percent value and string value for color.

    Data Types

    Returns sparkline.

    Example

    activeSheet.setFormula(2, 2, '=PIESPARKLINE(B3:B8,"#919F81","#D7913E","CEA722","#B58091","#8974A9","#728BAD")');