Uses of Class
com.stimulsoft.report.chart.view.strips.StiStripsCollection

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

Uses of StiStripsCollection in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiStripsCollection
 StiStripsCollection StiChart.getStrips()
          Gets os sets strips settings of the chart.
 

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

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

Methods in com.stimulsoft.report.chart.interfaces that return StiStripsCollection
 StiStripsCollection IStiChart.getStrips()
           
 

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