Packageardisia.charts.donut.data
Classpublic class DonutCategory
InheritanceDonutCategory Inheritance Object

Data type used to describe a category for the Donut class.



Public Properties
 PropertyDefined 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
Property Detail
categoryFieldproperty
public var categoryField:String

The property name on the data to pull the data for this category.

The default value is "".

displayNameproperty 
public var displayName:String

The string used as the category's descriptive label.

The default value is "".