Interface MultiPlotChartExpression
-
- All Superinterfaces:
ChartExpression,Cloneable,org.pentaho.reporting.engine.classic.core.function.Expression,Serializable
- All Known Implementing Classes:
BarLineChartExpression,XYAreaLineChartExpression
public interface MultiPlotChartExpression extends ChartExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSecondaryDataSet()voidsetSecondaryDataSet(String dataset)-
Methods inherited from interface org.pentaho.plugin.jfreereport.reportcharts.ChartExpression
getDataSource, getHyperlinkFormulas, setDataSource
-
Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, getValue, isActive, isDeepTraversing, isPreserve, setDependencyLevel, setName, setRuntime
-
-