Uses of Class
com.stimulsoft.report.expressions.StiToolTipExpression

Packages that use StiToolTipExpression
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.components   
com.stimulsoft.report.dialogs   
 

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

Methods in com.stimulsoft.report.chart.view.series that return StiToolTipExpression
 StiToolTipExpression StiSeriesInteraction.getToolTip()
          Gets or sets the expression to fill a series tooltip.
 StiToolTipExpression StiSeries.getToolTip()
          Gets or sets the expression to fill a series tooltip.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiToolTipExpression
 void StiSeriesInteraction.setToolTip(StiToolTipExpression value)
           
 void StiSeries.setToolTip(StiToolTipExpression value)
           
 

Uses of StiToolTipExpression in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiToolTipExpression
 StiToolTipExpression StiInteraction.getToolTip()
          Gets or sets the expression to fill a component tooltip.
 StiToolTipExpression StiComponent.getToolTip()
          gets or sets the expression to fill a component tooltip.
 

Methods in com.stimulsoft.report.components with parameters of type StiToolTipExpression
 void StiInteraction.setToolTip(StiToolTipExpression value)
           
 void StiComponent.setToolTip(StiToolTipExpression value)
           
 

Uses of StiToolTipExpression in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiToolTipExpression
 StiToolTipExpression StiReportControl.getToolTip()
           
 StiToolTipExpression StiForm.getToolTip()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiToolTipExpression
 void StiReportControl.setToolTip(StiToolTipExpression value)
           
 void StiForm.setToolTip(StiToolTipExpression value)