Uses of Class
com.stimulsoft.report.chart.view.constantLines.StiConstantLinesCollection

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

Uses of StiConstantLinesCollection in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiConstantLinesCollection
 StiConstantLinesCollection StiChart.getConstantLines()
          Gets os sets constant lines settings of the chart.
 

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

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

Methods in com.stimulsoft.report.chart.interfaces that return StiConstantLinesCollection
 StiConstantLinesCollection IStiChart.getConstantLines()
           
 

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