public interface ChartEngine
Chart
use to get the value of each data and the size of the chart data.Chart
,
ChartModel
,
ChartAreaListener
Modifier and Type | Method and Description |
---|---|
byte[] |
drawChart(Object data)
Draw the chart and render into image format as an byte array.
|
byte[] drawChart(Object data)
data
- the data used in drawing a chart; depends on implementation.Copyright © 2019. All rights reserved.