NChartFunnelSeries Class Reference

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

Overview

The NChartFunnelSeries class provides methods to display funnel series.
This chart type has some specialties: - All axes are ignored, so it is reasonable to hide the axes by displaying funnel chart. - Only the first point from each series, all other points are ignored. - Only Y-value from the point is used, all the other values are ignored.

  bottomRadius

Bottom radius of the series in interval [0, 1]. The default value is 0.5.

@property (nonatomic, assign) float bottomRadius

Declared In

NChartFunnelSeries.h

  topRadius

Top radius of the series in interval [0,1]. The default value is 0.5.

@property (nonatomic, assign) float topRadius

Declared In

NChartFunnelSeries.h