withPoint abstract method
- PointData point
Configures the builder to insert the given point in the data source.
pointPoint to be added.
Returns PointDataSourceBuilder. This data source builder instance.
Implementation
PointDataSourceBuilder withPoint(PointData point);