Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ISeries Interface / setValues Method
In This Topic
    setValues Method
    In This Topic
    Sets a collection of all the values in the series. This can come from a range on a worksheet or an array of constant values, but not a combination of both.
    Syntax
    void setValues( 
       java.lang.double[] value
    )

    Parameters

    value
    See Also