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

    Modifier and Type
    Method
    Description
     
    void
     

    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
  • Method Details

    • getSecondaryDataSet

      String getSecondaryDataSet()
    • setSecondaryDataSet

      void setSecondaryDataSet(String dataset)