Uses of Class
com.stimulsoft.report.chart.view.expressions.StiListOfValuesEndExpression

Packages that use StiListOfValuesEndExpression
com.stimulsoft.report.chart.view.series.gantt   
com.stimulsoft.report.chart.view.series.range   
 

Uses of StiListOfValuesEndExpression in com.stimulsoft.report.chart.view.series.gantt
 

Methods in com.stimulsoft.report.chart.view.series.gantt that return StiListOfValuesEndExpression
 StiListOfValuesEndExpression StiGanttSeries.getListOfValuesEnd()
          Gets or sets the expression to fill a list of end values.
 

Methods in com.stimulsoft.report.chart.view.series.gantt with parameters of type StiListOfValuesEndExpression
 void StiGanttSeries.setListOfValuesEnd(StiListOfValuesEndExpression value)
           
 

Uses of StiListOfValuesEndExpression in com.stimulsoft.report.chart.view.series.range
 

Methods in com.stimulsoft.report.chart.view.series.range that return StiListOfValuesEndExpression
 StiListOfValuesEndExpression StiSteppedRangeSeries.getListOfValuesEnd()
          Gets or sets the expression to fill a list of end values.
 StiListOfValuesEndExpression StiSplineRangeSeries.getListOfValuesEnd()
          Gets or sets the expression to fill a list of end values.
 StiListOfValuesEndExpression StiRangeSeries.getListOfValuesEnd()
          Gets or sets the expression to fill a list of end values.
 StiListOfValuesEndExpression StiRangeBarSeries.getListOfValuesEnd()
          Gets or sets the expression to fill a list of end values.
 

Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiListOfValuesEndExpression
 void StiSteppedRangeSeries.setListOfValuesEnd(StiListOfValuesEndExpression value)
           
 void StiSplineRangeSeries.setListOfValuesEnd(StiListOfValuesEndExpression value)
           
 void StiRangeSeries.setListOfValuesEnd(StiListOfValuesEndExpression value)
           
 void StiRangeBarSeries.setListOfValuesEnd(StiListOfValuesEndExpression value)