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

DXWeightedQualitativeSeriesData Protocol

The protocol of a DXBubbleSeries‘s data with qualitative arguments and value-weight values.

Declaration

@protocol DXWeightedQualitativeSeriesData <DXQualitativeSeriesData, DXSeriesData, NSObject>

Remarks

The DXBubbleSeries series use data that adopts this protocol.

Implements

DXCharts.NSObject

Instance Methods

getWeightByIndex: Instance Method

Returns the third dimension - weight of a data point with the specified index.

Declaration

- (double)getWeightByIndex:(int)index

Parameters

Name Type Description
index int

The index of a data point whose wight should be returned.

Returns

Type Description
double

The data point weight.