NChartSurfaceSeriesSettings Class Reference

Inherits from NChartSeriesSettings : NSObject
Declared in NChartSurfaceSeries.h

Overview

The NChartSurfaceSeriesSettings class provides global settings for NChartSurfaceSeries.

  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 fillGaps

Declared In

NChartSurfaceSeries.h

  maxGapRadius

Search radius (in chart points) the gap filling algorithm uses to detect fillable gaps.

@property (nonatomic, assign) NSInteger maxGapRadius

Discussion

This property has effect if fillGaps is YES only. The default value is 2.

Declared In

NChartSurfaceSeries.h