Skip to main content

DXBatchNumericSeriesData Protocol

Declaration

@protocol DXBatchNumericSeriesData <DXNumericSeriesData, DXSeriesData, NSObject>

Implements

DXCharts.NSObject

Instance Methods

fillArguments:fromIndex:andCount: Instance Method

Declaration

- (int)fillArguments:(double [ ])data fromIndex:(int)index andCount:(int)count

Parameters

Name Type
data double[]
index int
count int

Returns

Type
int

fillValues:fromIndex:andCount: Instance Method

Declaration

- (int)fillValues:(double [ ])data fromIndex:(int)index andCount:(int)count

Parameters

Name Type
data double[]
index int
count int

Returns

Type
int