value property

double value
final

The value of this data point, defines the sweep angle of the arc that is drawn. If the chart being drawn has percentageValues set to false then this segment is drawn in proportion to the total value of all segments in the stack. Otherwise the value is considered the exact percentage of the stack that this segment occupies.

Implementation

final double value;