Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ISeries Interface / setXValues Method
In This Topic
    setXValues Method
    In This Topic
    Sets an array of x values for a chart series. The XValues property can come from a range on a worksheet or an array of values, but it cannot be a combination of both.
    Syntax
    void setXValues( 
       java.lang.Object[] value
    )

    Parameters

    value
    See Also