org.xwiki.chart.model
Interface ChartModel
public interface ChartModel
Interface defining the input for the chart generator.
- Since:
- 2.0M1
- Version:
- $Id: 38177ba1086792f790290bfb14340c3111277393 $
|
Method Summary |
org.jfree.chart.axis.Axis |
getAxis(int index)
|
org.jfree.data.general.Dataset |
getDataset()
|
getDataset
org.jfree.data.general.Dataset getDataset()
- Returns:
- the dataset for this chart model.
- Since:
- 4.2M1
getAxis
org.jfree.chart.axis.Axis getAxis(int index)
- Parameters:
index - the index of the axis.
- Returns:
- the axis for this model. How many axes and the type of each axis is determined by the data source
description.
- Since:
- 4.2M1
Copyright © 2004–2015 XWiki. All rights reserved.