.addDataset(dataset)
Adds a Dataset to the plot.
.animated()
/.animated(isAnimated)
Gets/sets whether the plot should be animated or not.
.animator(key)
/.animator(key, animator)
Gets/sets the Animator associated with the specified Animator key.
.attr()
/.attr(attr)
/.attr(attr, scale)
Gets the AccessorScaleBinding for a particular attribute, or sets a particular attribute to a constant value or the result of an Accessor. If a Scale is provided, it will scale the constant value or the result of the Accessor. The provided scale will account for attribute values when autoDomaining().
.datasets()
/.datasets(datasets)
Gets/sets the Datasets associated with the plot.
.entities()
/.entities(datasets)
Gets the Entities associated with the specified Datasets. If the datasets parameter is not specified, entities will be returned for all Datasets on the plot.
.entityNearest(point)
Returns the PlotEntity nearest to the query point by the Euclidian norm, or undefined if no PlotEntity can be found.
.removeDataset(dataset)
Removes the specified Dataset from the plot.
.selections()
/.selections(datasets)
Retrieves Selections of this plot for the specified Datasets. If the datasets parameter is not specified, selections will be returned for all Datasets on the plot.