NChartSurfaceSeriesSettings Class Reference
| Inherits from | NChartSeriesSettings : NSObject |
|---|---|
| Declared in | NChartSurfaceSeries.h |
fillGaps
Flag determining if the gaps in the surface should be automatically filled by linear interpolation of values. The default value is NO.
@property (nonatomic, assign) BOOL fillGapsDeclared In
NChartSurfaceSeries.h
maxGapRadius
Search radius (in chart points) the gap filling algorithm uses to detect fillable gaps.
@property (nonatomic, assign) NSInteger maxGapRadiusDiscussion
This property has effect if fillGaps is YES only. The default value is 2.
Declared In
NChartSurfaceSeries.h