Uses of Interface
com.stimulsoft.report.chart.interfaces.trendLines.IStiTrendLine

Packages that use IStiTrendLine
com.stimulsoft.report.chart.core.trendLines   
com.stimulsoft.report.chart.geoms.trendLines   
com.stimulsoft.report.chart.interfaces.trendLines   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.series.candlestick   
com.stimulsoft.report.chart.view.series.funnel   
com.stimulsoft.report.chart.view.series.gantt   
com.stimulsoft.report.chart.view.series.pie   
com.stimulsoft.report.chart.view.series.radar   
com.stimulsoft.report.chart.view.series.range   
com.stimulsoft.report.chart.view.series.stackedBar   
com.stimulsoft.report.chart.view.series.stackedColumn   
com.stimulsoft.report.chart.view.trendLines   
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.core.trendLines
 

Methods in com.stimulsoft.report.chart.core.trendLines that return IStiTrendLine
 IStiTrendLine StiTrendLineCoreXF.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.core.trendLines with parameters of type IStiTrendLine
 void StiTrendLineCoreXF.setTrendLine(IStiTrendLine value)
           
 

Constructors in com.stimulsoft.report.chart.core.trendLines with parameters of type IStiTrendLine
StiTrendLineCoreXF(IStiTrendLine trendLine)
           
StiTrendLineExponentialCoreXF(IStiTrendLine trendLine)
           
StiTrendLineLinearCoreXF(IStiTrendLine trendLine)
           
StiTrendLineLogarithmicCoreXF(IStiTrendLine trendLine)
           
StiTrendLineNoneCoreXF(IStiTrendLine trendLine)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.geoms.trendLines
 

Constructors in com.stimulsoft.report.chart.geoms.trendLines with parameters of type IStiTrendLine
StiTrendCurveGeom(StiPoint[] points, IStiTrendLine trendLine)
           
StiTrendLineGeom(StiPoint pointStart, StiPoint pointEnd, IStiTrendLine trendLine)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.interfaces.trendLines
 

Subinterfaces of IStiTrendLine in com.stimulsoft.report.chart.interfaces.trendLines
 interface IStiTrendLineExponential
           
 interface IStiTrendLineLinear
           
 interface IStiTrendLineLogarithmic
           
 interface IStiTrendLineNone
           
 

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

Methods in com.stimulsoft.report.chart.view.series that return IStiTrendLine
 IStiTrendLine StiSeries.getTrendLine()
          Gets or sets trend line settings.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type IStiTrendLine
 void StiSeries.setTrendLine(IStiTrendLine value)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.series.candlestick
 

Methods in com.stimulsoft.report.chart.view.series.candlestick that return IStiTrendLine
 IStiTrendLine StiCandlestickSeries.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type IStiTrendLine
 void StiCandlestickSeries.setTrendLine(IStiTrendLine value)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.series.funnel
 

Methods in com.stimulsoft.report.chart.view.series.funnel that return IStiTrendLine
 IStiTrendLine StiFunnelSeries.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.view.series.funnel with parameters of type IStiTrendLine
 void StiFunnelSeries.setTrendLine(IStiTrendLine value)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.gantt that return IStiTrendLine
 IStiTrendLine StiGanttSeries.getTrendLine()
           
 

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

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.series.pie
 

Methods in com.stimulsoft.report.chart.view.series.pie that return IStiTrendLine
 IStiTrendLine StiPieSeries.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.view.series.pie with parameters of type IStiTrendLine
 void StiPieSeries.setTrendLine(IStiTrendLine value)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.series.radar
 

Methods in com.stimulsoft.report.chart.view.series.radar that return IStiTrendLine
 IStiTrendLine StiRadarSeries.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type IStiTrendLine
 void StiRadarSeries.setTrendLine(IStiTrendLine value)
           
 

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

Methods in com.stimulsoft.report.chart.view.series.range that return IStiTrendLine
 IStiTrendLine StiSteppedRangeSeries.getTrendLine()
           
 IStiTrendLine StiSplineRangeSeries.getTrendLine()
           
 IStiTrendLine StiRangeSeries.getTrendLine()
           
 IStiTrendLine StiRangeBarSeries.getTrendLine()
           
 

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

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.series.stackedBar
 

Methods in com.stimulsoft.report.chart.view.series.stackedBar that return IStiTrendLine
 IStiTrendLine StiStackedBarSeries.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.view.series.stackedBar with parameters of type IStiTrendLine
 void StiStackedBarSeries.setTrendLine(IStiTrendLine value)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return IStiTrendLine
 IStiTrendLine StiStackedColumnSeries.getTrendLine()
           
 IStiTrendLine StiStackedBaseLineSeries.getTrendLine()
           
 

Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type IStiTrendLine
 void StiStackedColumnSeries.setTrendLine(IStiTrendLine value)
           
 void StiStackedBaseLineSeries.setTrendLine(IStiTrendLine value)
           
 

Uses of IStiTrendLine in com.stimulsoft.report.chart.view.trendLines
 

Classes in com.stimulsoft.report.chart.view.trendLines that implement IStiTrendLine
 class StiTrendLine
           
 class StiTrendLineExponential
           
 class StiTrendLineLinear
           
 class StiTrendLineLogarithmic
           
 class StiTrendLineNone
           
 

Methods in com.stimulsoft.report.chart.view.trendLines that return IStiTrendLine
static IStiTrendLine StiTrendLine.LoadFromJsonObjectInternal(JSONObject jObject)