Uses of Interface
com.stimulsoft.report.chart.interfaces.table.IStiChartTable

Packages that use IStiChartTable
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.core.table   
com.stimulsoft.report.chart.geoms.table   
com.stimulsoft.report.chart.interfaces   
com.stimulsoft.report.chart.view.table   
 

Uses of IStiChartTable in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return IStiChartTable
 IStiChartTable StiChart.getTable()
           
 

Methods in com.stimulsoft.report.chart with parameters of type IStiChartTable
 void StiChart.setTable(IStiChartTable table)
           
 

Uses of IStiChartTable in com.stimulsoft.report.chart.core.table
 

Methods in com.stimulsoft.report.chart.core.table that return IStiChartTable
 IStiChartTable StiChartTableCore.getChartTable()
           
 

Methods in com.stimulsoft.report.chart.core.table with parameters of type IStiChartTable
 void StiChartTableCore.setChartTable(IStiChartTable chartTable)
           
 

Constructors in com.stimulsoft.report.chart.core.table with parameters of type IStiChartTable
StiChartTableCore(IStiChartTable table)
           
 

Uses of IStiChartTable in com.stimulsoft.report.chart.geoms.table
 

Constructors in com.stimulsoft.report.chart.geoms.table with parameters of type IStiChartTable
StiChartTableGeom(StiRectangle clientRectangle, java.lang.String[][] table, double widthCellLegendTableChart, IStiChartTable chartTable)
           
 

Uses of IStiChartTable in com.stimulsoft.report.chart.interfaces
 

Methods in com.stimulsoft.report.chart.interfaces that return IStiChartTable
 IStiChartTable IStiChart.getTable()
           
 

Methods in com.stimulsoft.report.chart.interfaces with parameters of type IStiChartTable
 void IStiChart.setTable(IStiChartTable table)
           
 

Uses of IStiChartTable in com.stimulsoft.report.chart.view.table
 

Classes in com.stimulsoft.report.chart.view.table that implement IStiChartTable
 class StiChartTable