Uses of Class
org.pentaho.chart.core.AxisSeriesLinkInfo

Packages that use AxisSeriesLinkInfo
org.pentaho.chart.core   
org.pentaho.chart.plugin.jfreechart.chart   
 

Uses of AxisSeriesLinkInfo in org.pentaho.chart.core
 

Methods in org.pentaho.chart.core that return AxisSeriesLinkInfo
 AxisSeriesLinkInfo ChartDocument.getAxisSeriesLinkInfo()
          Get all the axis elements from the chart document and store it in a multi key HashMap where the key is the axis-id and "axis" tag.
 

Uses of AxisSeriesLinkInfo in org.pentaho.chart.plugin.jfreechart.chart
 

Methods in org.pentaho.chart.plugin.jfreechart.chart with parameters of type AxisSeriesLinkInfo
 Integer[] JFreeChartGenerator.getColumPositions(ChartDocumentContext chartDocContext, ChartElement axisElement, AxisSeriesLinkInfo axisSeriesLinkInfo)
          Returns custom dataset based on certain column positions.