Skip to main content

DXBatchDateTimeSeriesData Protocol

Declaration

@protocol DXBatchDateTimeSeriesData <DXDateTimeSeriesData, DXSeriesData, NSObject>

Implements

DXCharts.NSObject

Instance Methods

fillArguments:fromIndex:andCount: Instance Method

Declaration

- (int)fillArguments:(NSArray<NSDate*> *)data fromIndex:(int)index andCount:(int)count

Parameters

Name Type
data NSArray<NSDate *> *
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