add method

add

Adds data point by its index in parent series points collection.

def add(self, data_point_index):
    ...
ParameterTypeDescription
data_point_indexintIndex of data point in parent series points collection.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))Point with the given index was not found".

See Also