Type class
Slice is an item of AmPieChart's chartData Array and holds all the information about the slice. When working with a pie chart, you do not create slices or change it's properties directly, instead you set array of data using dataProvider property. Consider properties of a Slice read-only - change values in chart's data provider if you need to.
Inheritance
Slice does not extend any other symbol.
Slice is not extended by any other symbol.
Properties
|
alpha # |
Type Opacity of a slice. |
|---|---|
|
color # |
Type Color of a slice. |
|
dataContext # |
Type Original object from data provider. |
|
description # |
Type Slice description. |
|
Type Specifies whether the slice is hidden |
|
|
percents # |
Type Percent value of a slice. |
|
pulled # |
Type Specifies whether the slice is pulled or not. |
|
title # |
Type Slice title |
|
url # |
Type Url of a slice |
|
value # |
Type Value of a slice |
|
visibleInLegend # |
Type specifies whether this slice has a legend entry |
Methods
Slice does not have any methods.
Events
Slice does not have any events.
Adapters
Slice does not have any adapters.