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

    Modifier and Type
    Method
    Description
     
     
    void
    setDataSource(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
  • Method Details

    • getDataSource

      String getDataSource()
    • setDataSource

      void setDataSource(String dataSource)
    • getHyperlinkFormulas

      String[] getHyperlinkFormulas()