NChartPieSeriesSettings Class Reference

Inherits from NChartSolidSeriesSettings : NChartSeriesSettings : NSObject
Declared in NChartPieSeries.h

Overview

The NChartPieSeriesSettings class provides global settings for NChartPieSeries.

  holeRatio

Hole radius ratio that determines size of the hole for pie series relatively to the whole pie radius. The default value 0.1.

@property (nonatomic, assign) float holeRatio

Discussion

This value cannot be less than 0 and greater than 1.0.

Declared In

NChartPieSeries.h

  bevelRatio

Bevel effect ratio that determines size of the bevel for pie series relatively to the whole pie radius. This property is supported in 2D mode only. The default value is 0.0 (that means no bevel).

@property (nonatomic, assign) float bevelRatio

Discussion

This value cannot be less than 0.0 and greater than 1.0.
You also have to set bevelColor for NChartPieSeries to get the bevel effect.

Declared In

NChartPieSeries.h

  centerCaption

Caption that appears in the center of pie.

@property (nonatomic, strong) NChartTooltip *centerCaption

See Also

Declared In

NChartPieSeries.h