com.infragistics.faces.chart.component
Interface ISeriesBase

All Known Subinterfaces:
ISeriesGroup
All Known Implementing Classes:
Chart, Series, SeriesGroup

public interface ISeriesBase

Interface for all classes which act as either series groups or terminal series.


Method Summary
 java.util.List getAxes()
          Returns the collection of Axis objects applied to all nested series.
 java.lang.String getChartType()
          Returns the chart type for nested series.
 java.lang.String getDataMapping()
          Returns the data mapping used to convert the external data model to internal names.
 javax.faces.model.DataModel getDataSource()
          Returns the data source used to create the individual data points for this series.
 void setAxes(java.util.List axes)
          Sets the collection of Axis objects applied to all nested series.
 void setChartType(java.lang.String chartType)
          Sets the chart type for nested series.
 void setDataMapping(java.lang.String dataMapping)
          Sets the data mapping used to convert the external data model to internal names.
 void setDataSource(javax.faces.model.DataModel dataSource)
          Sets the data source used to create the individual data points for this series.
 

Method Detail

getAxes

public java.util.List getAxes()
Returns the collection of Axis objects applied to all nested series.

Returns:
com.infragistics.faces.chart.component.Axis

setAxes

public void setAxes(java.util.List axes)
Sets the collection of Axis objects applied to all nested series.

Parameters:
axes -

getChartType

public java.lang.String getChartType()
Returns the chart type for nested series.

Returns:
com.infragistics.faces.chart.enumeration.ChartType

setChartType

public void setChartType(java.lang.String chartType)
Sets the chart type for nested series.

Parameters:
chartType -

getDataMapping

public java.lang.String getDataMapping()
Returns the data mapping used to convert the external data model to internal names.

Returns:
java.lang.String

setDataMapping

public void setDataMapping(java.lang.String dataMapping)
Sets the data mapping used to convert the external data model to internal names.

Parameters:
dataMapping -

getDataSource

public javax.faces.model.DataModel getDataSource()
Returns the data source used to create the individual data points for this series.

Returns:
javax.faces.model.DataModel

setDataSource

public void setDataSource(javax.faces.model.DataModel dataSource)
Sets the data source used to create the individual data points for this series.

Parameters:
dataSource -