Inherits from CALayer
Declared in YLPieChartLayer.h
YLPieChartLayer.m

Overview

This is the layer that draws the background of the pie chart.

Tasks

Properties

Properties

borderRadius

Radius for the border of the pie chart. This is calculated as the radius + border width.

@property (nonatomic, assign) CGFloat borderRadius

Discussion

Radius for the border of the pie chart. This is calculated as the radius + border width.

Declared In

YLPieChartLayer.h

center

Center point of the pie chart.

@property (nonatomic, assign) CGPoint center

Discussion

Center point of the pie chart.

Declared In

YLPieChartLayer.h

innerPieBackgroundColor

Background color of the inner pie circle (donut charts).

@property (nonatomic, retain) UIColor *innerPieBackgroundColor

Discussion

Background color of the inner pie circle (donut charts).

Declared In

YLPieChartLayer.h

innerRadius

Inner radius of the pie chart. This value is bigger than 0 for donut charts.

@property (nonatomic, assign) CGFloat innerRadius

Discussion

Inner radius of the pie chart. This value is bigger than 0 for donut charts.

Declared In

YLPieChartLayer.h

pieBackgroundColor

Background color of the pie chart.

@property (nonatomic, retain) UIColor *pieBackgroundColor

Discussion

Background color of the pie chart.

Declared In

YLPieChartLayer.h

pieBorderColor

Border color of the pie chart.

@property (nonatomic, retain) UIColor *pieBorderColor

Discussion

Border color of the pie chart.

Declared In

YLPieChartLayer.h

radius

Radius of the pie chart.

@property (nonatomic, assign) CGFloat radius

Discussion

Radius of the pie chart.

Declared In

YLPieChartLayer.h