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.

See Also