Uses of Class
com.stimulsoft.report.chart.view.series.StiSeriesCollection

Packages that use StiSeriesCollection
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.interfaces   
 

Uses of StiSeriesCollection in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiSeriesCollection
 StiSeriesCollection StiChart.getSeries()
          Gets list of series.
 

Methods in com.stimulsoft.report.chart with parameters of type StiSeriesCollection
 void StiChart.setSeries(StiSeriesCollection value)
           
 

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

Methods in com.stimulsoft.report.chart.interfaces that return StiSeriesCollection
 StiSeriesCollection IStiChart.getSeries()
           
 

Methods in com.stimulsoft.report.chart.interfaces with parameters of type StiSeriesCollection
 void IStiChart.setSeries(StiSeriesCollection value)