Return the updatable series with the given name if it exists. The series must be defined in the schema.
@param name a series name defined in the schema
@return an updatable series or null
@throws T2DBException
update a series by only updating the Y-Axis data. The X-Axis data will be automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data list.
@param seriesName
@param newYData
@return
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.