com.supermap.mapping.imChart
Class PieChartData
- java.lang.Object
-
- com.supermap.mapping.imChart.ChartData
-
- com.supermap.mapping.imChart.PieChartData
-
public class PieChartData extends ChartData
Pie chart data class, build chart data for displaying pie chart Each value corresponds to a label and color and is scaled to a sector
-
-
Constructor Summary
Constructors Constructor and Description PieChartData()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
setValue(double value)
Sets the value of the chart sub-item, each sub-item has only one value
-