public interface ChartAreaListener
Chart
Modifier and Type | Method and Description |
---|---|
void |
onRender(Area area,
Object data)
Called when the chart is being cut into areas.
|
void onRender(Area area, Object data) throws Exception
area
- the area that cutting a chart.
Note: when this method is called, the area has been initiated with
its default value already.data
- generic data used to pass data from ChartEngine
.Exception
Copyright © 2020. All rights reserved.