NChartAreaSeries Class Reference

Inherits from NChartSolidSeries : NChartSeries : NChartObject : NSObject
Declared in NChartAreaSeries.h

Overview

The NChartAreaSeries class provides methods to display area series.

  marker

Marker that is shown on the points. This is nil by default (no marker is displayed).

@property (nonatomic, strong) NChartMarker *marker

See Also

Declared In

NChartAreaSeries.h

  uniformGradient

Flag determining if, in case of gradient brush, the area should have gradient that is interpolated from minimum to maximum values (YES), or it should be reinterpolated in each value (NO). The default value is NO.
If this flag is NO and the area series has gradient brush, the gradient will probably look like a saw repeating the shape of the area. If this flag is YES, the gradient looks linear and do not repeat the shape of the area.

@property (nonatomic, assign) BOOL uniformGradient

Declared In

NChartAreaSeries.h