Package | ardisia.charts.donut.data |
Class | public class DonutCategory |
Inheritance | DonutCategory Object |
Property | Defined By | ||
---|---|---|---|
categoryField : String
The property name on the data to pull the data for this category. | DonutCategory | ||
displayName : String
The string used as the category's descriptive label. | DonutCategory |
categoryField | property |
public var categoryField:String
The property name on the data to pull the data for this category.
The default value is ""
.
displayName | property |
public var displayName:String
The string used as the category's descriptive label.
The default value is ""
.