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

WeightedQualitativeSeriesData Interface

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

Declaration

public interface WeightedQualitativeSeriesData
extends QualitativeSeriesData

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.