NChartScatterArray Class Reference
| Inherits from | NChartMarker : NSObject |
|---|---|
| Declared in | NChartScatterSeries.h |
Overview
The NChartScatterArray class provides optimized storage for massive scatter that can be displayed by the NChartScatterSeries.
+ scatterArrayWithElementType:values:elementsCount:
Create an instance of
+ (instancetype)scatterArrayWithElementType:(NChartRawArrayElementType)elementType values:(double *)values elementsCount:(NSUInteger)elementsCountParameters
elementType |
|
|---|---|
values |
|
elementsCount |
|
Return Value
the new instance of
Declared In
NChartScatterSeries.h
– initWithElementType:values:elementsCount:
Initialize the newly allocated instance of
- (instancetype)initWithElementType:(NChartRawArrayElementType)elementType values:(double *)values elementsCount:(NSUInteger)elementsCountParameters
elementType |
|
|---|---|
values |
|
elementsCount |
|
Return Value
the initialized instance of
Declared In
NChartScatterSeries.h
elementType
Type of array elements.
@property (nonatomic, readonly) NChartRawArrayElementType elementTypeDeclared In
NChartScatterSeries.h
values
Values array.
@property (nonatomic, readonly) const double *valuesDeclared In
NChartScatterSeries.h
elementsCount
Count of elements in the values array.
@property (nonatomic, readonly) NSUInteger elementsCountDeclared In
NChartScatterSeries.h
isDynamic
Flag indicating if the array is intended to be updated while the NChartScatterSeries is displayed (YES) or not (NO). The default value is NO.
@property (nonatomic, assign) BOOL isDynamicDeclared In
NChartScatterSeries.h