Interface ChartExpression
-
- All Superinterfaces:
Cloneable,org.pentaho.reporting.engine.classic.core.function.Expression,Serializable
- All Known Subinterfaces:
MultiPlotChartExpression
- All Known Implementing Classes:
AbstractChartExpression,AreaChartExpression,BarChartExpression,BarLineChartExpression,BubbleChartExpression,CategoricalChartExpression,ExtendedXYLineChartExpression,LineChartExpression,MultiPieChartExpression,PieChartExpression,RadarChartExpression,RingChartExpression,ScatterPlotChartExpression,StackedCategoricalChartExpression,ThermometerChartExpression,WaterfallChartExpressions,XYAreaChartExpression,XYAreaLineChartExpression,XYBarChartExpression,XYChartExpression,XYLineChartExpression
public interface ChartExpression extends org.pentaho.reporting.engine.classic.core.function.Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataSource()String[]getHyperlinkFormulas()voidsetDataSource(String dataSource)-
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
-
-