Uses of Class
org.teamapps.ux.component.charting.pie.ChartNamedDataPoint
| Package | Description |
|---|---|
| org.teamapps.ux.component.charting.pie |
-
Uses of ChartNamedDataPoint in org.teamapps.ux.component.charting.pie
Fields in org.teamapps.ux.component.charting.pie with type parameters of type ChartNamedDataPoint Modifier and Type Field Description Event<ChartNamedDataPoint>PieChart. onDataPointClickedMethods in org.teamapps.ux.component.charting.pie that return types with arguments of type ChartNamedDataPoint Modifier and Type Method Description java.util.List<ChartNamedDataPoint>PieChart. getDataPoints()Method parameters in org.teamapps.ux.component.charting.pie with type arguments of type ChartNamedDataPoint Modifier and Type Method Description voidPieChart. setDataPoints(java.util.List<ChartNamedDataPoint> dataPoints)Constructor parameters in org.teamapps.ux.component.charting.pie with type arguments of type ChartNamedDataPoint Constructor Description PieChart(java.util.List<ChartNamedDataPoint> dataPoints)