Uses of Interface
com.stimulsoft.report.chart.interfaces.areas.IStiArea

Packages that use IStiArea
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.core.area   
com.stimulsoft.report.chart.core.area.bubble   
com.stimulsoft.report.chart.core.area.candlestick   
com.stimulsoft.report.chart.core.area.clusteredBar   
com.stimulsoft.report.chart.core.area.clusteredColumn   
com.stimulsoft.report.chart.core.area.doughnut   
com.stimulsoft.report.chart.core.area.fullStackedBar   
com.stimulsoft.report.chart.core.area.fullStackedColumn   
com.stimulsoft.report.chart.core.area.funnel   
com.stimulsoft.report.chart.core.area.gantt   
com.stimulsoft.report.chart.core.area.pie   
com.stimulsoft.report.chart.core.area.radar   
com.stimulsoft.report.chart.core.area.range   
com.stimulsoft.report.chart.core.area.scatter   
com.stimulsoft.report.chart.core.area.stackedBar   
com.stimulsoft.report.chart.core.area.stackedColumn   
com.stimulsoft.report.chart.core.area.stock   
com.stimulsoft.report.chart.geoms.areas   
com.stimulsoft.report.chart.interfaces   
com.stimulsoft.report.chart.interfaces.areas   
com.stimulsoft.report.chart.interfaces.areas.bubble   
com.stimulsoft.report.chart.interfaces.areas.candlestick   
com.stimulsoft.report.chart.interfaces.areas.clusteredBar   
com.stimulsoft.report.chart.interfaces.areas.clusteredColumn   
com.stimulsoft.report.chart.interfaces.areas.doughnut   
com.stimulsoft.report.chart.interfaces.areas.fullStackedBar   
com.stimulsoft.report.chart.interfaces.areas.fullStackedColumn   
com.stimulsoft.report.chart.interfaces.areas.funnel   
com.stimulsoft.report.chart.interfaces.areas.gantt   
com.stimulsoft.report.chart.interfaces.areas.pie   
com.stimulsoft.report.chart.interfaces.areas.radar   
com.stimulsoft.report.chart.interfaces.areas.range   
com.stimulsoft.report.chart.interfaces.areas.scatter   
com.stimulsoft.report.chart.interfaces.areas.stackedBar   
com.stimulsoft.report.chart.interfaces.areas.stackedColumn   
com.stimulsoft.report.chart.interfaces.areas.stock   
com.stimulsoft.report.chart.interfaces.gridLines.axis   
com.stimulsoft.report.chart.interfaces.gridLines.radar   
com.stimulsoft.report.chart.interfaces.interlacing   
com.stimulsoft.report.chart.view.areas   
com.stimulsoft.report.chart.view.areas.bubble   
com.stimulsoft.report.chart.view.areas.candlestick   
com.stimulsoft.report.chart.view.areas.clusteredBar   
com.stimulsoft.report.chart.view.areas.clusteredColumn   
com.stimulsoft.report.chart.view.areas.doughnut   
com.stimulsoft.report.chart.view.areas.fullStackedBar   
com.stimulsoft.report.chart.view.areas.fullStackedColumn   
com.stimulsoft.report.chart.view.areas.funnel   
com.stimulsoft.report.chart.view.areas.gantt   
com.stimulsoft.report.chart.view.areas.pie   
com.stimulsoft.report.chart.view.areas.radar   
com.stimulsoft.report.chart.view.areas.range   
com.stimulsoft.report.chart.view.areas.scatter   
com.stimulsoft.report.chart.view.areas.stackedBar   
com.stimulsoft.report.chart.view.areas.stackedColumn   
com.stimulsoft.report.chart.view.areas.stock   
com.stimulsoft.report.chart.view.gridLines.axis   
com.stimulsoft.report.chart.view.gridLines.radar   
com.stimulsoft.report.chart.view.interlacing   
com.stimulsoft.report.chart.view.series   
 

Uses of IStiArea in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return IStiArea
 IStiArea StiChart.getArea()
          Gets area of the chart.
 IStiArea StiChart.getChartType()
          Deprecated. 
 

Methods in com.stimulsoft.report.chart with parameters of type IStiArea
 void StiChart.setArea(IStiArea value)
           
 void StiChart.setChartType(IStiArea value)
          Deprecated. 
 

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

Methods in com.stimulsoft.report.chart.core.area that return IStiArea
 IStiArea StiAreaCoreXF.getArea()
           
 

Methods in com.stimulsoft.report.chart.core.area with parameters of type IStiArea
 void StiAreaCoreXF.setArea(IStiArea value)
           
 

Constructors in com.stimulsoft.report.chart.core.area with parameters of type IStiArea
StiAreaCoreXF(IStiArea area)
           
StiAxisAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.bubble
 

Constructors in com.stimulsoft.report.chart.core.area.bubble with parameters of type IStiArea
StiBubbleAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.candlestick
 

Constructors in com.stimulsoft.report.chart.core.area.candlestick with parameters of type IStiArea
StiCandlestickAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.clusteredBar
 

Constructors in com.stimulsoft.report.chart.core.area.clusteredBar with parameters of type IStiArea
StiClusteredBarAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.clusteredColumn
 

Constructors in com.stimulsoft.report.chart.core.area.clusteredColumn with parameters of type IStiArea
StiAreaAreaCoreXF(IStiArea area)
           
StiClusteredColumnAreaCoreXF(IStiArea area)
           
StiLineAreaCoreXF(IStiArea area)
           
StiSplineAreaAreaCoreXF(IStiArea area)
           
StiSplineAreaCoreXF(IStiArea area)
           
StiSteppedAreaAreaCoreXF(IStiArea area)
           
StiSteppedLineAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.doughnut
 

Constructors in com.stimulsoft.report.chart.core.area.doughnut with parameters of type IStiArea
StiDoughnutAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.fullStackedBar
 

Constructors in com.stimulsoft.report.chart.core.area.fullStackedBar with parameters of type IStiArea
StiFullStackedBarAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.fullStackedColumn
 

Constructors in com.stimulsoft.report.chart.core.area.fullStackedColumn with parameters of type IStiArea
StiFullStackedAreaAreaCoreXF(IStiArea area)
           
StiFullStackedColumnAreaCoreXF(IStiArea area)
           
StiFullStackedLineAreaCoreXF(IStiArea area)
           
StiFullStackedSplineAreaAreaCoreXF(IStiArea area)
           
StiFullStackedSplineAreaCoreXF(IStiArea area)
           
 

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

Constructors in com.stimulsoft.report.chart.core.area.funnel with parameters of type IStiArea
StiFunnelAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.gantt
 

Constructors in com.stimulsoft.report.chart.core.area.gantt with parameters of type IStiArea
StiGanttAreaCoreXF(IStiArea area)
           
 

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

Constructors in com.stimulsoft.report.chart.core.area.pie with parameters of type IStiArea
StiPieAreaCoreXF(IStiArea area)
           
 

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

Constructors in com.stimulsoft.report.chart.core.area.radar with parameters of type IStiArea
StiRadarAreaAreaCoreXF(IStiArea area)
           
StiRadarAreaCoreXF(IStiArea area)
           
StiRadarLineAreaCoreXF(IStiArea area)
           
StiRadarPointAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.range
 

Constructors in com.stimulsoft.report.chart.core.area.range with parameters of type IStiArea
StiRangeAreaCoreXF(IStiArea area)
           
StiRangeBarAreaCoreXF(IStiArea area)
           
StiSplineRangeAreaCoreXF(IStiArea area)
           
StiSteppedRangeAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.scatter
 

Constructors in com.stimulsoft.report.chart.core.area.scatter with parameters of type IStiArea
StiScatterAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.stackedBar
 

Constructors in com.stimulsoft.report.chart.core.area.stackedBar with parameters of type IStiArea
StiStackedBarAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.stackedColumn
 

Constructors in com.stimulsoft.report.chart.core.area.stackedColumn with parameters of type IStiArea
StiStackedAreaAreaCoreXF(IStiArea area)
           
StiStackedColumnAreaCoreXF(IStiArea area)
           
StiStackedLineAreaCoreXF(IStiArea area)
           
StiStackedSplineAreaAreaCoreXF(IStiArea area)
           
StiStackedSplineAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.core.area.stock
 

Constructors in com.stimulsoft.report.chart.core.area.stock with parameters of type IStiArea
StiStockAreaCoreXF(IStiArea area)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.geoms.areas
 

Methods in com.stimulsoft.report.chart.geoms.areas that return IStiArea
 IStiArea StiAreaGeom.getArea()
           
 

Constructors in com.stimulsoft.report.chart.geoms.areas with parameters of type IStiArea
StiAreaGeom(IStiArea area, StiRectangle clientRectangle)
           
StiAxisAreaGeom(StiAxisAreaViewGeom view, IStiArea area, StiRectangle clientRectangle)
           
StiAxisAreaViewGeom(IStiArea area, StiRectangle clientRectangle)
           
StiDoughnutAreaGeom(IStiArea area, StiRectangle clientRectangle)
           
StiPieAreaGeom(IStiArea area, StiRectangle clientRectangle)
           
StiRadarAreaGeom(IStiArea area, StiRectangle clientRectangle, int valuesCount)
           
 

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

Methods in com.stimulsoft.report.chart.interfaces that return IStiArea
 IStiArea IStiChart.getArea()
           
 

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

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas
 interface IStiAxisArea
          Describes base class for all axis areas.
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.bubble
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.bubble
 interface IStiBubbleArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.candlestick
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.candlestick
 interface IStiCandlestickArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.clusteredBar
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.clusteredBar
 interface IStiClusteredBarArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.clusteredColumn
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.clusteredColumn
 interface IStiAreaArea
          Describes area.
 interface IStiClusteredColumnArea
           
 interface IStiLineArea
           
 interface IStiSplineArea
           
 interface IStiSplineAreaArea
           
 interface IStiSteppedAreaArea
           
 interface IStiSteppedLineArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.doughnut
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.doughnut
 interface IStiDoughnutArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.fullStackedBar
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.fullStackedBar
 interface IStiFullStackedBarArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.fullStackedColumn
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.fullStackedColumn
 interface IStiFullStackedAreaArea
           
 interface IStiFullStackedColumnArea
           
 interface IStiFullStackedLineArea
           
 interface IStiFullStackedSplineArea
           
 interface IStiFullStackedSplineAreaArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.funnel
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.funnel
 interface IStiFunnelArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.gantt
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.gantt
 interface IStiGanttArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.pie
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.pie
 interface IStiPieArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.radar
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.radar
 interface IStiRadarArea
           
 interface IStiRadarAreaArea
           
 interface IStiRadarLineArea
           
 interface IStiRadarPointArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.range
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.range
 interface IStiRangeArea
           
 interface IStiRangeBarArea
           
 interface IStiSplineRangeArea
           
 interface IStiSteppedRangeArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.scatter
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.scatter
 interface IStiScatterArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.stackedBar
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.stackedBar
 interface IStiStackedBarArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.stackedColumn
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.stackedColumn
 interface IStiStackedAreaArea
           
 interface IStiStackedColumnArea
           
 interface IStiStackedLineArea
           
 interface IStiStackedSplineArea
           
 interface IStiStackedSplineAreaArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.areas.stock
 

Subinterfaces of IStiArea in com.stimulsoft.report.chart.interfaces.areas.stock
 interface IStiStockArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.gridLines.axis
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis that return IStiArea
 IStiArea IStiGridLines.getArea()
           
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis with parameters of type IStiArea
 void IStiGridLines.setArea(IStiArea value)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.gridLines.radar
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar that return IStiArea
 IStiArea IStiRadarGridLines.getArea()
           
 

Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar with parameters of type IStiArea
 void IStiRadarGridLines.setArea(IStiArea value)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.interfaces.interlacing
 

Methods in com.stimulsoft.report.chart.interfaces.interlacing that return IStiArea
 IStiArea IStiInterlacing.getArea()
           
 

Methods in com.stimulsoft.report.chart.interfaces.interlacing with parameters of type IStiArea
 void IStiInterlacing.setArea(IStiArea value)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas
 

Classes in com.stimulsoft.report.chart.view.areas that implement IStiArea
 class StiArea
          Describes base class for all chart areas.
 class StiAxisArea
          Describes base class for all axis areas.
 

Methods in com.stimulsoft.report.chart.view.areas that return IStiArea
static IStiArea StiArea.LoadFromJsonObjectInternal(JSONObject jObject)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.bubble
 

Classes in com.stimulsoft.report.chart.view.areas.bubble that implement IStiArea
 class StiBubbleArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.candlestick
 

Classes in com.stimulsoft.report.chart.view.areas.candlestick that implement IStiArea
 class StiCandlestickArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.clusteredBar
 

Classes in com.stimulsoft.report.chart.view.areas.clusteredBar that implement IStiArea
 class StiClusteredBarArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.clusteredColumn
 

Classes in com.stimulsoft.report.chart.view.areas.clusteredColumn that implement IStiArea
 class StiAreaArea
          Describes area.
 class StiClusteredColumnArea
           
 class StiLineArea
           
 class StiSplineArea
           
 class StiSplineAreaArea
           
 class StiSteppedAreaArea
           
 class StiSteppedLineArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.doughnut
 

Classes in com.stimulsoft.report.chart.view.areas.doughnut that implement IStiArea
 class StiDoughnutArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.fullStackedBar
 

Classes in com.stimulsoft.report.chart.view.areas.fullStackedBar that implement IStiArea
 class StiFullStackedBarArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.fullStackedColumn
 

Classes in com.stimulsoft.report.chart.view.areas.fullStackedColumn that implement IStiArea
 class StiFullStackedAreaArea
           
 class StiFullStackedColumnArea
           
 class StiFullStackedLineArea
           
 class StiFullStackedSplineArea
           
 class StiFullStackedSplineAreaArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.funnel
 

Classes in com.stimulsoft.report.chart.view.areas.funnel that implement IStiArea
 class StiFunnelArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.gantt
 

Classes in com.stimulsoft.report.chart.view.areas.gantt that implement IStiArea
 class StiGanttArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.pie
 

Classes in com.stimulsoft.report.chart.view.areas.pie that implement IStiArea
 class StiPieArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.radar
 

Classes in com.stimulsoft.report.chart.view.areas.radar that implement IStiArea
 class StiRadarArea
           
 class StiRadarAreaArea
           
 class StiRadarLineArea
           
 class StiRadarPointArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.range
 

Classes in com.stimulsoft.report.chart.view.areas.range that implement IStiArea
 class StiRangeArea
           
 class StiRangeBarArea
           
 class StiSplineRangeArea
           
 class StiSteppedRangeArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.scatter
 

Classes in com.stimulsoft.report.chart.view.areas.scatter that implement IStiArea
 class StiScatterArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.stackedBar
 

Classes in com.stimulsoft.report.chart.view.areas.stackedBar that implement IStiArea
 class StiStackedBarArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.stackedColumn
 

Classes in com.stimulsoft.report.chart.view.areas.stackedColumn that implement IStiArea
 class StiStackedAreaArea
           
 class StiStackedColumnArea
           
 class StiStackedLineArea
           
 class StiStackedSplineArea
           
 class StiStackedSplineAreaArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.areas.stock
 

Classes in com.stimulsoft.report.chart.view.areas.stock that implement IStiArea
 class StiStockArea
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.gridLines.axis
 

Methods in com.stimulsoft.report.chart.view.gridLines.axis that return IStiArea
 IStiArea StiGridLines.getArea()
           
 

Methods in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type IStiArea
 void StiGridLines.setArea(IStiArea value)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.gridLines.radar
 

Methods in com.stimulsoft.report.chart.view.gridLines.radar that return IStiArea
 IStiArea StiRadarGridLines.getArea()
           
 

Methods in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type IStiArea
 void StiRadarGridLines.setArea(IStiArea value)
           
 

Uses of IStiArea in com.stimulsoft.report.chart.view.interlacing
 

Methods in com.stimulsoft.report.chart.view.interlacing that return IStiArea
 IStiArea StiInterlacing.getArea()
           
 

Methods in com.stimulsoft.report.chart.view.interlacing with parameters of type IStiArea
 void StiInterlacing.setArea(IStiArea value)
           
 

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

Methods in com.stimulsoft.report.chart.view.series with parameters of type IStiArea
 void StiSeriesInteractionData.Fill(IStiArea area, IStiSeries series, int pointIndex)