Skip to main content
A newer version of this page is available.

WeightedNumericSeriesData Interface

The interface of a data source providing the Bubble series points that have numeric arguments.

Declaration

public interface WeightedNumericSeriesData
extends NumericSeriesData

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.