WeightedDateTimeSeriesData Interface
The interface of a data source providing the Bubble series points that have date-time arguments.
Declaration
public interface WeightedDateTimeSeriesData
extends DateTimeSeriesData
Methods
getWeight(int) Method
Returns the Bubble series point’s weight by the specified index.
Declaration
public double getWeight(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int | The series point index. |
Returns
Type | Description |
---|---|
double | The series point’s weight. |