Uses of Interface
com.stimulsoft.report.chart.interfaces.IStiChart

Packages that use IStiChart
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.core   
com.stimulsoft.report.chart.core.styles   
com.stimulsoft.report.chart.interfaces.areas   
com.stimulsoft.report.chart.interfaces.chartTitle   
com.stimulsoft.report.chart.interfaces.constantLines   
com.stimulsoft.report.chart.interfaces.legend   
com.stimulsoft.report.chart.interfaces.series   
com.stimulsoft.report.chart.interfaces.seriesLabels   
com.stimulsoft.report.chart.interfaces.strips   
com.stimulsoft.report.chart.interfaces.table   
com.stimulsoft.report.chart.view.areas   
com.stimulsoft.report.chart.view.chartTitle   
com.stimulsoft.report.chart.view.constantLines   
com.stimulsoft.report.chart.view.legend   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.seriesLabels   
com.stimulsoft.report.chart.view.strips   
com.stimulsoft.report.chart.view.table   
 

Uses of IStiChart in com.stimulsoft.report.chart
 

Classes in com.stimulsoft.report.chart that implement IStiChart
 class StiChart
           
 

Uses of IStiChart in com.stimulsoft.report.chart.core
 

Methods in com.stimulsoft.report.chart.core that return IStiChart
 IStiChart StiChartCoreXF.getChart()
           
 

Methods in com.stimulsoft.report.chart.core with parameters of type IStiChart
 void StiChartCoreXF.setChart(IStiChart value)
           
 

Constructors in com.stimulsoft.report.chart.core with parameters of type IStiChart
StiChartCoreXF(IStiChart chart)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.core.styles
 

Methods in com.stimulsoft.report.chart.core.styles that return IStiChart
 IStiChart StiStyleCoreXF.getChart()
           
 

Methods in com.stimulsoft.report.chart.core.styles with parameters of type IStiChart
 void StiStyleCoreXF.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.areas
 

Methods in com.stimulsoft.report.chart.interfaces.areas that return IStiChart
 IStiChart IStiArea.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.areas with parameters of type IStiChart
 void IStiArea.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.chartTitle
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return IStiChart
 IStiChart IStiChartTitle.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type IStiChart
 void IStiChartTitle.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.constantLines
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines that return IStiChart
 IStiChart IStiConstantLines.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type IStiChart
 void IStiConstantLines.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.legend
 

Methods in com.stimulsoft.report.chart.interfaces.legend that return IStiChart
 IStiChart IStiLegend.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type IStiChart
 void IStiLegend.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.series
 

Methods in com.stimulsoft.report.chart.interfaces.series that return IStiChart
 IStiChart IStiSeries.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.series with parameters of type IStiChart
 void IStiSeries.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.seriesLabels
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return IStiChart
 IStiChart IStiSeriesLabels.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type IStiChart
 void IStiSeriesLabels.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.strips
 

Methods in com.stimulsoft.report.chart.interfaces.strips that return IStiChart
 IStiChart IStiStrips.getChart()
           
 

Methods in com.stimulsoft.report.chart.interfaces.strips with parameters of type IStiChart
 void IStiStrips.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.interfaces.table
 

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

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

Uses of IStiChart in com.stimulsoft.report.chart.view.areas
 

Methods in com.stimulsoft.report.chart.view.areas that return IStiChart
 IStiChart StiArea.getChart()
          Gets or sets reference to chart component which contain this area.
 

Methods in com.stimulsoft.report.chart.view.areas with parameters of type IStiChart
 void StiArea.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.view.chartTitle
 

Methods in com.stimulsoft.report.chart.view.chartTitle that return IStiChart
 IStiChart StiChartTitle.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type IStiChart
 void StiChartTitle.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.view.constantLines
 

Methods in com.stimulsoft.report.chart.view.constantLines that return IStiChart
 IStiChart StiConstantLines.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type IStiChart
 void StiConstantLines.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.view.legend
 

Methods in com.stimulsoft.report.chart.view.legend that return IStiChart
 IStiChart StiLegend.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.legend with parameters of type IStiChart
 void StiLegend.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series that return IStiChart
 IStiChart StiSeries.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type IStiChart
 void StiSeries.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.view.seriesLabels
 

Methods in com.stimulsoft.report.chart.view.seriesLabels that return IStiChart
 IStiChart StiSeriesLabels.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type IStiChart
 void StiSeriesLabels.setChart(IStiChart value)
           
 

Uses of IStiChart in com.stimulsoft.report.chart.view.strips
 

Methods in com.stimulsoft.report.chart.view.strips that return IStiChart
 IStiChart StiStrips.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.strips with parameters of type IStiChart
 void StiStrips.setChart(IStiChart value)
           
 

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

Methods in com.stimulsoft.report.chart.view.table that return IStiChart
 IStiChart StiChartTable.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.table with parameters of type IStiChart
 void StiChartTable.setChart(IStiChart chart)