Uses of Interface
com.stimulsoft.report.chart.interfaces.series.IStiSeries

Packages that use IStiSeries
com.stimulsoft.report.chart.core.area   
com.stimulsoft.report.chart.core.area.funnel   
com.stimulsoft.report.chart.core.area.pie   
com.stimulsoft.report.chart.core.area.radar   
com.stimulsoft.report.chart.core.axis   
com.stimulsoft.report.chart.core.legend   
com.stimulsoft.report.chart.core.radarAxis   
com.stimulsoft.report.chart.core.series   
com.stimulsoft.report.chart.core.series.bubble   
com.stimulsoft.report.chart.core.series.candlestick   
com.stimulsoft.report.chart.core.series.clusteredBar   
com.stimulsoft.report.chart.core.series.clusteredColumn   
com.stimulsoft.report.chart.core.series.doughnut   
com.stimulsoft.report.chart.core.series.fullStackedBar   
com.stimulsoft.report.chart.core.series.fullStackedColumn   
com.stimulsoft.report.chart.core.series.funnel   
com.stimulsoft.report.chart.core.series.gantt   
com.stimulsoft.report.chart.core.series.pie   
com.stimulsoft.report.chart.core.series.radar   
com.stimulsoft.report.chart.core.series.range   
com.stimulsoft.report.chart.core.series.scatter   
com.stimulsoft.report.chart.core.series.stackedBar   
com.stimulsoft.report.chart.core.series.stackedColumn   
com.stimulsoft.report.chart.core.series.stock   
com.stimulsoft.report.chart.core.seriesLabels   
com.stimulsoft.report.chart.core.seriesLabels.axis   
com.stimulsoft.report.chart.core.seriesLabels.funnel   
com.stimulsoft.report.chart.core.seriesLabels.pie   
com.stimulsoft.report.chart.core.styles   
com.stimulsoft.report.chart.geoms.marker   
com.stimulsoft.report.chart.geoms.series   
com.stimulsoft.report.chart.geoms.series.bubble   
com.stimulsoft.report.chart.geoms.series.clusteredBar   
com.stimulsoft.report.chart.geoms.series.clusteredColumn   
com.stimulsoft.report.chart.geoms.series.financial   
com.stimulsoft.report.chart.geoms.series.funnel   
com.stimulsoft.report.chart.geoms.series.gantt   
com.stimulsoft.report.chart.geoms.series.radar   
com.stimulsoft.report.chart.geoms.series.range   
com.stimulsoft.report.chart.geoms.series.scatter   
com.stimulsoft.report.chart.geoms.series.stackedBar   
com.stimulsoft.report.chart.geoms.series.stackedColumn   
com.stimulsoft.report.chart.geoms.seriesLabels   
com.stimulsoft.report.chart.geoms.seriesLabels.axis   
com.stimulsoft.report.chart.geoms.seriesLabels.funnel   
com.stimulsoft.report.chart.geoms.seriesLabels.pie   
com.stimulsoft.report.chart.interfaces.legend   
com.stimulsoft.report.chart.interfaces.series   
com.stimulsoft.report.chart.interfaces.series.bubble   
com.stimulsoft.report.chart.interfaces.series.candlestick   
com.stimulsoft.report.chart.interfaces.series.clusteredBar   
com.stimulsoft.report.chart.interfaces.series.clusteredColumn   
com.stimulsoft.report.chart.interfaces.series.doughnut   
com.stimulsoft.report.chart.interfaces.series.fullStackedBar   
com.stimulsoft.report.chart.interfaces.series.fullStackedColumn   
com.stimulsoft.report.chart.interfaces.series.funnel   
com.stimulsoft.report.chart.interfaces.series.gantt   
com.stimulsoft.report.chart.interfaces.series.pie   
com.stimulsoft.report.chart.interfaces.series.radar   
com.stimulsoft.report.chart.interfaces.series.range   
com.stimulsoft.report.chart.interfaces.series.scatter   
com.stimulsoft.report.chart.interfaces.series.stackedBar   
com.stimulsoft.report.chart.interfaces.series.stackedColumn   
com.stimulsoft.report.chart.interfaces.series.stock   
com.stimulsoft.report.chart.view.events   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.series.bubble   
com.stimulsoft.report.chart.view.series.candlestick   
com.stimulsoft.report.chart.view.series.clusteredBar   
com.stimulsoft.report.chart.view.series.clusteredColumn   
com.stimulsoft.report.chart.view.series.doughnut   
com.stimulsoft.report.chart.view.series.fullStackedBar   
com.stimulsoft.report.chart.view.series.fullStackedColumn   
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.scatter   
com.stimulsoft.report.chart.view.series.stackedBar   
com.stimulsoft.report.chart.view.series.stackedColumn   
com.stimulsoft.report.chart.view.series.stock   
com.stimulsoft.webdesigner.helper   
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.area
 

Methods in com.stimulsoft.report.chart.core.area that return types with arguments of type IStiSeries
 java.util.ArrayList<IStiSeries> StiAreaCoreXF.GetSeries()
          Returns collections of corect series for this area.
 

Methods in com.stimulsoft.report.chart.core.area with parameters of type IStiSeries
 java.lang.String StiAxisAreaCoreXF.GetArgumentLabel(StiStripLineXF line, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.area.funnel
 

Method parameters in com.stimulsoft.report.chart.core.area.funnel with type arguments of type IStiSeries
 void StiFunnelAreaCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, java.util.ArrayList<IStiSeries> seriesCollection)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.area.pie
 

Method parameters in com.stimulsoft.report.chart.core.area.pie with type arguments of type IStiSeries
 void StiPieAreaCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, java.util.ArrayList<IStiSeries> seriesCollection)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.area.radar
 

Methods in com.stimulsoft.report.chart.core.area.radar with parameters of type IStiSeries
 void StiRadarAreaCoreXF.RenderArguments(StiContext context, StiRadarAreaGeom geom, IStiSeries series)
           
 

Method parameters in com.stimulsoft.report.chart.core.area.radar with type arguments of type IStiSeries
 void StiRadarAreaCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, java.util.ArrayList<IStiSeries> seriesCollection)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.axis
 

Methods in com.stimulsoft.report.chart.core.axis with parameters of type IStiSeries
 java.lang.String StiYAxisCoreXF.GetLabelText(StiStripLineXF line, IStiSeries series)
           
 java.lang.String StiXAxisCoreXF.GetLabelText(StiStripLineXF line, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.legend
 

Methods in com.stimulsoft.report.chart.core.legend that return IStiSeries
 IStiSeries StiLegendItemCoreXF.getSeries()
           
 

Methods in com.stimulsoft.report.chart.core.legend with parameters of type IStiSeries
 java.lang.String StiLegendCoreXF.GetArgumentText(IStiSeries series, int index)
           
 

Constructors in com.stimulsoft.report.chart.core.legend with parameters of type IStiSeries
StiLegendItemCoreXF(java.lang.String text, IStiSeries series, int index, int colorIndex)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.radarAxis
 

Methods in com.stimulsoft.report.chart.core.radarAxis with parameters of type IStiSeries
 java.lang.String StiYRadarAxisCoreXF.GetLabelText(StiStripLineXF line, IStiSeries series)
           
 StiXRadarAxisLabelGeom StiXRadarAxisCoreXF.RenderLabel(StiContext context, IStiSeries series, StiPoint point, java.lang.Object argument, float angle, int colorIndex, int colorCount)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series
 

Methods in com.stimulsoft.report.chart.core.series that return IStiSeries
 IStiSeries StiSeriesCoreXF.getSeries()
           
 

Methods in com.stimulsoft.report.chart.core.series with parameters of type IStiSeries
 void StiSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 void StiSeriesCoreXF.setSeries(IStiSeries value)
           
 

Constructors in com.stimulsoft.report.chart.core.series with parameters of type IStiSeries
StiSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.bubble
 

Methods in com.stimulsoft.report.chart.core.series.bubble with parameters of type IStiSeries
 void StiBubbleSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Constructors in com.stimulsoft.report.chart.core.series.bubble with parameters of type IStiSeries
StiBubbleSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.candlestick
 

Methods in com.stimulsoft.report.chart.core.series.candlestick with parameters of type IStiSeries
 void StiCandlestickSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.candlestick with parameters of type IStiSeries
StiCandlestickSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.clusteredBar
 

Methods in com.stimulsoft.report.chart.core.series.clusteredBar with parameters of type IStiSeries
 void StiClusteredBarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.clusteredBar with parameters of type IStiSeries
StiClusteredBarSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.core.series.clusteredColumn with parameters of type IStiSeries
 void StiClusteredColumnSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiBaseLineSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.clusteredColumn with parameters of type IStiSeries
StiAreaSeriesCoreXF(IStiSeries series)
           
StiBaseLineSeriesCoreXF(IStiSeries series)
           
StiClusteredColumnSeriesCoreXF(IStiSeries series)
           
StiLineSeriesCoreXF(IStiSeries series)
           
StiSplineAreaSeriesCoreXF(IStiSeries series)
           
StiSplineSeriesCoreXF(IStiSeries series)
           
StiSteppedAreaSeriesCoreXF(IStiSeries series)
           
StiSteppedLineSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.doughnut
 

Methods in com.stimulsoft.report.chart.core.series.doughnut with parameters of type IStiSeries
 void StiDoughnutSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Constructors in com.stimulsoft.report.chart.core.series.doughnut with parameters of type IStiSeries
StiDoughnutSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.fullStackedBar
 

Constructors in com.stimulsoft.report.chart.core.series.fullStackedBar with parameters of type IStiSeries
StiFullStackedBarSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.fullStackedColumn
 

Constructors in com.stimulsoft.report.chart.core.series.fullStackedColumn with parameters of type IStiSeries
StiFullStackedAreaSeriesCoreXF(IStiSeries series)
           
StiFullStackedColumnSeriesCoreXF(IStiSeries series)
           
StiFullStackedLineSeriesCoreXF(IStiSeries series)
           
StiFullStackedSplineAreaSeriesCoreXF(IStiSeries series)
           
StiFullStackedSplineSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.funnel
 

Methods in com.stimulsoft.report.chart.core.series.funnel with parameters of type IStiSeries
 void StiFunnelSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Constructors in com.stimulsoft.report.chart.core.series.funnel with parameters of type IStiSeries
StiFunnelSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.gantt
 

Methods in com.stimulsoft.report.chart.core.series.gantt with parameters of type IStiSeries
 void StiGanttSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.gantt with parameters of type IStiSeries
StiGanttSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.pie
 

Methods in com.stimulsoft.report.chart.core.series.pie with parameters of type IStiSeries
 float StiPieSeriesCoreXF.GetPercentPerValue(IStiSeries[] series, boolean isForValueFrom)
           
 void StiPieSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Constructors in com.stimulsoft.report.chart.core.series.pie with parameters of type IStiSeries
StiPieSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.radar
 

Methods in com.stimulsoft.report.chart.core.series.radar with parameters of type IStiSeries
 void StiRadarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Constructors in com.stimulsoft.report.chart.core.series.radar with parameters of type IStiSeries
StiRadarAreaSeriesCoreXF(IStiSeries series)
           
StiRadarLineSeriesCoreXF(IStiSeries series)
           
StiRadarPointSeriesCoreXF(IStiSeries series)
           
StiRadarSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.range
 

Methods in com.stimulsoft.report.chart.core.series.range with parameters of type IStiSeries
 void StiSteppedRangeSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiSplineRangeSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiRangeSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiRangeBarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.range with parameters of type IStiSeries
StiRangeBarSeriesCoreXF(IStiSeries series)
           
StiRangeSeriesCoreXF(IStiSeries series)
           
StiSplineRangeSeriesCoreXF(IStiSeries series)
           
StiSteppedRangeSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.scatter
 

Methods in com.stimulsoft.report.chart.core.series.scatter with parameters of type IStiSeries
 void StiScatterSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 

Constructors in com.stimulsoft.report.chart.core.series.scatter with parameters of type IStiSeries
StiScatterLineSeriesCoreXF(IStiSeries series)
           
StiScatterSeriesCoreXF(IStiSeries series)
           
StiScatterSplineSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.stackedBar
 

Methods in com.stimulsoft.report.chart.core.series.stackedBar with parameters of type IStiSeries
 void StiStackedBarSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.stackedBar with parameters of type IStiSeries
StiStackedBarSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.core.series.stackedColumn with parameters of type IStiSeries
 void StiStackedColumnSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 void StiStackedBaseLineSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.stackedColumn with parameters of type IStiSeries
StiStackedAreaSeriesCoreXF(IStiSeries series)
           
StiStackedBaseLineSeriesCoreXF(IStiSeries series)
           
StiStackedColumnSeriesCoreXF(IStiSeries series)
           
StiStackedLineSeriesCoreXF(IStiSeries series)
           
StiStackedSplineAreaSeriesCoreXF(IStiSeries series)
           
StiStackedSplineSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.series.stock
 

Methods in com.stimulsoft.report.chart.core.series.stock with parameters of type IStiSeries
 void StiStockSeriesCoreXF.RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 

Constructors in com.stimulsoft.report.chart.core.series.stock with parameters of type IStiSeries
StiStockSeriesCoreXF(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.seriesLabels
 

Methods in com.stimulsoft.report.chart.core.seriesLabels with parameters of type IStiSeries
 java.lang.String StiSeriesLabelsCoreXF.GetLabelText(IStiSeries series, java.lang.Double value, java.lang.String argument, java.lang.String tag, java.lang.String seriesName)
           
 java.lang.String StiSeriesLabelsCoreXF.GetLabelText(IStiSeries series, java.lang.Double value, java.lang.String argument, java.lang.String tag, java.lang.String seriesName, boolean useLegendValueType)
           
 java.lang.String StiSeriesLabelsCoreXF.GetLabelText(IStiSeries series, java.lang.Double value, java.lang.String argument, java.lang.String tag, java.lang.String seriesName, double weight, boolean useLegendValueType)
           
 StiColor StiSeriesLabelsCoreXF.GetSeriesLabelColor(IStiSeries series, int colorIndex, int colorCount)
           
 StiBrush StiSeriesLabelsCoreXF.ProcessSeriesColors(int pointIndex, StiBrush brush, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.axis with parameters of type IStiSeries
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiOutsideAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
abstract  StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.seriesLabels.funnel
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.funnel with parameters of type IStiSeries
 StiSeriesLabelsGeom StiOutsideRightFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 StiSeriesLabelsGeom StiOutsideLeftFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
abstract  StiSeriesLabelsGeom StiFunnelSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 StiSeriesLabelsGeom StiCenterFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.pie with parameters of type IStiSeries
 StiColor StiOutsidePieLabelsCoreXF.GetLineColor(IStiSeries series, int colorIndex, int colorCount)
           
 StiSeriesLabelsGeom StiTwoColumnsPieLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
abstract  StiSeriesLabelsGeom StiPieSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
 StiSeriesLabelsGeom StiCenterPieLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.core.styles
 

Methods in com.stimulsoft.report.chart.core.styles with parameters of type IStiSeries
 StiColor StiStyleCoreXF.GetColorBySeries(IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.marker
 

Methods in com.stimulsoft.report.chart.geoms.marker that return IStiSeries
 IStiSeries StiMarkerGeom.getSeries()
           
 

Methods in com.stimulsoft.report.chart.geoms.marker with parameters of type IStiSeries
static IStiLegendMarker StiMarkerLegendFactory.CreateMarker(IStiSeries series)
           
 void StiLegendStockMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendPieMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendLineMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int elementIndex)
           
 void StiLegendFunnelMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendDoughnutMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendColumnMarker.Draw(StiContext context, IStiSeries series, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendCandelstickMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 void StiLegendAreaMarker.Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 

Constructors in com.stimulsoft.report.chart.geoms.marker with parameters of type IStiSeries
StiMarkerGeom(IStiSeries series, int index, double value, StiPoint point, IStiMarker marker, boolean showShadow, float zoom)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series
 

Methods in com.stimulsoft.report.chart.geoms.series that return IStiSeries
 IStiSeries StiSeriesGeom.getSeries()
           
 IStiSeries StiSeriesElementGeom.getSeries()
           
 

Constructors in com.stimulsoft.report.chart.geoms.series with parameters of type IStiSeries
StiSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle)
           
StiSeriesGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.bubble
 

Constructors in com.stimulsoft.report.chart.geoms.series.bubble with parameters of type IStiSeries
StiBubbleSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, java.lang.Integer beginTime)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.clusteredBar
 

Constructors in com.stimulsoft.report.chart.geoms.series.clusteredBar with parameters of type IStiSeries
StiClusteredBarSeriesElementGeom(StiAreaGeom areaGeom, double valueStart, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle columnRectStart, StiRectangle columnRect, java.lang.Integer beginTime)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.clusteredColumn
 

Constructors in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type IStiSeries
StiAreaSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
           
StiBaseLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
           
StiClusteredColumnSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, StiAnimation animation)
           
StiLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
           
StiSplineAreaSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
           
StiSplineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
           
StiSteppedAreaSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsFrom, StiPoint[] points, IStiSeries series)
           
StiSteppedLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsStart, StiPoint[] points, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.financial
 

Methods in com.stimulsoft.report.chart.geoms.series.financial that return IStiSeries
 IStiSeries StiFinancialSeriesElementGeom.getSeries()
           
 

Constructors in com.stimulsoft.report.chart.geoms.series.financial with parameters of type IStiSeries
StiCandlestickSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double bodyStart, double bodyEnd, double high, double low, double positionX, int index, StiBrush brush, StiColor borderColor, java.lang.Integer beginTime)
           
StiFinancialSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index)
           
StiStockSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double open, double close, double high, double low, double positionX, int index, StiColor color, java.lang.Integer beginTime)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.funnel
 

Constructors in com.stimulsoft.report.chart.geoms.series.funnel with parameters of type IStiSeries
StiFunnelSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, StiBrush brush, StiColor borderColor, java.util.ArrayList<StiSegmentGeom> path, java.lang.Integer beginTime)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.gantt
 

Constructors in com.stimulsoft.report.chart.geoms.series.gantt with parameters of type IStiSeries
StiGanttSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, java.lang.Integer beginTime)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.radar
 

Methods in com.stimulsoft.report.chart.geoms.series.radar that return IStiSeries
 IStiSeries StiRadarAreaSeriesGeom.getSeries()
           
 

Constructors in com.stimulsoft.report.chart.geoms.series.radar with parameters of type IStiSeries
StiRadarAreaSeriesGeom(IStiSeries series, StiPoint[] pointsFrom, StiPoint[] points, StiPoint centerPoint)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.range
 

Constructors in com.stimulsoft.report.chart.geoms.series.range with parameters of type IStiSeries
StiRangeBarElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, java.lang.Integer beginTime)
           
StiRangeSeriesGeom(StiAreaGeom areaGeom, StiPoint[] points, StiPoint[] pointsEnd, IStiSeries series)
           
StiSplineRangeSeriesGeom(StiAreaGeom areaGeom, StiPoint[] points, StiPoint[] pointsEnd, IStiSeries series)
           
StiSteppedRangeSeriesGeom(StiAreaGeom areaGeom, StiPoint[] points, StiPoint[] pointsEnd, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.scatter
 

Constructors in com.stimulsoft.report.chart.geoms.series.scatter with parameters of type IStiSeries
StiScatterSplineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsStart, StiPoint[] points, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.stackedBar
 

Methods in com.stimulsoft.report.chart.geoms.series.stackedBar that return IStiSeries
 IStiSeries StiStackedBarSeriesShadowElementGeom.getSeries()
           
 

Constructors in com.stimulsoft.report.chart.geoms.series.stackedBar with parameters of type IStiSeries
StiStackedBarSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, java.lang.Integer beginTime)
           
StiStackedBarSeriesShadowElementGeom(IStiSeries series, StiRectangle clientRectangle, boolean isLeftShadow, boolean isRightShadow)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.series.stackedColumn
 

Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn that return IStiSeries
 IStiSeries StiStackedColumnSeriesShadowElementGeom.getSeries()
           
 

Constructors in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type IStiSeries
StiStackedAreaSeriesGeom(StiAreaGeom areaGeom, StiPoint[] startPoints, StiPoint[] endPoints, IStiSeries series)
           
StiStackedBaseLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] points, IStiSeries series)
           
StiStackedColumnSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, java.lang.Integer beginTime)
           
StiStackedColumnSeriesShadowElementGeom(IStiSeries series, StiRectangle clientRectangle, boolean isTopShadow, boolean isBottomShadow)
           
StiStackedLineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsStart, StiPoint[] points, IStiSeries series)
           
StiStackedSplineAreaSeriesGeom(StiAreaGeom areaGeom, StiPoint[] startPoints, StiPoint[] endPoints, IStiSeries series)
           
StiStackedSplineSeriesGeom(StiAreaGeom areaGeom, StiPoint[] pointsStart, StiPoint[] points, IStiSeries series)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.seriesLabels
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels that return IStiSeries
 IStiSeries StiSeriesLabelsGeom.getSeries()
           
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels with parameters of type IStiSeries
StiSeriesLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.seriesLabels.axis
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type IStiSeries
StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiBrush seriesLabelsBrush, StiColor seriesBorderColor, StiFontGeom font, StiAnimation animation)
           
StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiColor seriesBorderColor, StiFontGeom font, StiPoint startPoint, StiPoint endPoint)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.seriesLabels.funnel
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type IStiSeries
StiCenterFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect)
           
StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiPoint startPointLine, StiPoint endPointLine)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.geoms.seriesLabels.pie
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type IStiSeries
StiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiAnimation animation)
           
StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiColor lineColor, StiPoint labelPoint, StiPoint startPoint)
           
StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiColor lineColor, StiPoint startPoint, StiPoint endPoint, StiPoint arcPoint)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.legend
 

Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type IStiSeries
 void IStiLegendMarker.Draw(StiContext context, IStiSeries series, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series
 

Methods in com.stimulsoft.report.chart.interfaces.series that return IStiSeries
 IStiSeries IStiSeries.clone()
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.bubble
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.bubble
 interface IStiBubbleSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.candlestick
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.candlestick
 interface IStiCandlestickSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.clusteredBar
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.clusteredBar
 interface IStiClusteredBarSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.clusteredColumn
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.clusteredColumn
 interface IStiAreaSeries
           
 interface IStiBaseLineSeries
           
 interface IStiClusteredColumnSeries
           
 interface IStiLineSeries
           
 interface IStiSplineAreaSeries
           
 interface IStiSplineSeries
           
 interface IStiSteppedAreaSeries
           
 interface IStiSteppedLineSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.doughnut
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.doughnut
 interface IStiDoughnutSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.fullStackedBar
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.fullStackedBar
 interface IStiFullStackedBarSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.fullStackedColumn
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.fullStackedColumn
 interface IStiFullStackedAreaSeries
           
 interface IStiFullStackedColumnSeries
           
 interface IStiFullStackedLineSeries
           
 interface IStiFullStackedSplineAreaSeries
           
 interface IStiFullStackedSplineSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.funnel
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.funnel
 interface IStiFunnelSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.gantt
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.gantt
 interface IStiGanttSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.pie
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.pie
 interface IStiPieSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.radar
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.radar
 interface IStiRadarAreaSeries
           
 interface IStiRadarLineSeries
           
 interface IStiRadarPointSeries
           
 interface IStiRadarSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.range
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.range
 interface IStiRangeBarSeries
           
 interface IStiRangeSeries
           
 interface IStiSplineRangeSeries
           
 interface IStiSteppedRangeSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.scatter
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.scatter
 interface IStiScatterLineSeries
           
 interface IStiScatterSeries
           
 interface IStiScatterSplineSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.stackedBar
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.stackedBar
 interface IStiStackedBarSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.stackedColumn
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.stackedColumn
 interface IStiStackedAreaSeries
           
 interface IStiStackedBaseLineSeries
           
 interface IStiStackedColumnSeries
           
 interface IStiStackedLineSeries
           
 interface IStiStackedSplineAreaSeries
           
 interface IStiStackedSplineSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.interfaces.series.stock
 

Subinterfaces of IStiSeries in com.stimulsoft.report.chart.interfaces.series.stock
 interface IStiStockSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.events
 

Methods in com.stimulsoft.report.chart.view.events that return IStiSeries
 IStiSeries StiNewAutoSeriesEventArgs.getSeries()
          Gets or sets the series.
 IStiSeries StiGetTitleEventArgs.getSeries()
          Gets or sets the series.
 

Methods in com.stimulsoft.report.chart.view.events with parameters of type IStiSeries
 void StiNewAutoSeriesEventArgs.setSeries(IStiSeries value)
           
 void StiGetTitleEventArgs.setSeries(IStiSeries value)
           
 

Constructors in com.stimulsoft.report.chart.view.events with parameters of type IStiSeries
StiNewAutoSeriesEventArgs(int seriesIndex, IStiSeries series, java.lang.Object color)
          Creates a new object of the type StiNewAutoSeriesEventArgs.
 

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

Classes in com.stimulsoft.report.chart.view.series that implement IStiSeries
 class StiSeries
           
 

Methods in com.stimulsoft.report.chart.view.series that return IStiSeries
 IStiSeries StiSeries.clone()
          Creates a new object that is a copy of the current instance.
 IStiSeries StiSeriesCollection.getItem(int seriesIndex)
           
 IStiSeries StiSeriesInteractionData.getSeries()
           
 IStiSeries StiSeriesCollection.set(int index, IStiSeries element)
           
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type IStiSeries
 void StiSeriesCollection.add(int index, IStiSeries element)
           
 boolean StiSeriesCollection.add(IStiSeries element)
           
 boolean StiSeriesCollection.add(IStiSeries element, boolean allowApplyStyle)
           
 void StiSeriesInteractionData.Fill(IStiArea area, IStiSeries series, int pointIndex)
           
 IStiSeries StiSeriesCollection.set(int index, IStiSeries element)
           
 void StiSeriesInteractionData.setSeries(IStiSeries value)
           
 

Method parameters in com.stimulsoft.report.chart.view.series with type arguments of type IStiSeries
 boolean StiSeriesCollection.addAll(java.util.Collection<? extends IStiSeries> c)
           
 boolean StiSeriesCollection.addAll(int index, java.util.Collection<? extends IStiSeries> c)
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.bubble
 

Classes in com.stimulsoft.report.chart.view.series.bubble that implement IStiSeries
 class StiBubbleSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.candlestick that implement IStiSeries
 class StiCandlestickSeries
           
 

Methods in com.stimulsoft.report.chart.view.series.candlestick that return IStiSeries
 IStiSeries StiCandlestickSeries.clone()
          Creates a new object that is a copy of the current instance.
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.clusteredBar
 

Classes in com.stimulsoft.report.chart.view.series.clusteredBar that implement IStiSeries
 class StiClusteredBarSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.clusteredColumn
 

Classes in com.stimulsoft.report.chart.view.series.clusteredColumn that implement IStiSeries
 class StiAreaSeries
           
 class StiBaseLineSeries
           
 class StiClusteredColumnSeries
           
 class StiLineSeries
           
 class StiSplineAreaSeries
           
 class StiSplineSeries
           
 class StiSteppedAreaSeries
           
 class StiSteppedLineSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.doughnut
 

Classes in com.stimulsoft.report.chart.view.series.doughnut that implement IStiSeries
 class StiDoughnutSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.fullStackedBar
 

Classes in com.stimulsoft.report.chart.view.series.fullStackedBar that implement IStiSeries
 class StiFullStackedBarSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.fullStackedColumn
 

Classes in com.stimulsoft.report.chart.view.series.fullStackedColumn that implement IStiSeries
 class StiFullStackedAreaSeries
           
 class StiFullStackedColumnSeries
           
 class StiFullStackedLineSeries
           
 class StiFullStackedSplineAreaSeries
           
 class StiFullStackedSplineSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.funnel that implement IStiSeries
 class StiFunnelSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.gantt that implement IStiSeries
 class StiGanttSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.pie that implement IStiSeries
 class StiPieSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.radar that implement IStiSeries
 class StiRadarAreaSeries
           
 class StiRadarLineSeries
           
 class StiRadarPointSeries
           
 class StiRadarSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.range that implement IStiSeries
 class StiRangeBarSeries
           
 class StiRangeSeries
           
 class StiSplineRangeSeries
           
 class StiSteppedRangeSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.scatter
 

Classes in com.stimulsoft.report.chart.view.series.scatter that implement IStiSeries
 class StiScatterLineSeries
           
 class StiScatterSeries
           
 class StiScatterSplineSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.stackedBar that implement IStiSeries
 class StiStackedBarSeries
           
 

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

Classes in com.stimulsoft.report.chart.view.series.stackedColumn that implement IStiSeries
 class StiStackedAreaSeries
           
 class StiStackedBaseLineSeries
           
 class StiStackedColumnSeries
           
 class StiStackedLineSeries
           
 class StiStackedSplineAreaSeries
           
 class StiStackedSplineSeries
           
 

Uses of IStiSeries in com.stimulsoft.report.chart.view.series.stock
 

Classes in com.stimulsoft.report.chart.view.series.stock that implement IStiSeries
 class StiStockSeries
           
 

Methods in com.stimulsoft.report.chart.view.series.stock that return IStiSeries
 IStiSeries StiStockSeries.clone()
          Creates a new object that is a copy of the current instance.
 

Uses of IStiSeries in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type IStiSeries
static java.util.HashMap<java.lang.String,java.lang.Object> StiChartHelper.getSeries(IStiSeries series)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiChartHelper.getSeriesProperties(IStiSeries series)