YLPieChartLayer Class Reference
Inherits from | CALayer |
Declared in | YLPieChartLayer.h YLPieChartLayer.m |
Tasks
Properties
-
radius
Radius of the pie chart.
property -
innerRadius
Inner radius of the pie chart. This value is bigger than 0 for donut charts.
property -
borderRadius
Radius for the border of the pie chart. This is calculated as the radius + border width.
property -
center
Center point of the pie chart.
property -
pieBackgroundColor
Background color of the pie chart.
property -
innerPieBackgroundColor
Background color of the inner pie circle (donut charts).
property -
pieBorderColor
Border color of the pie chart.
property
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