Uses of Class
com.stimulsoft.report.chart.StiChart

Packages that use StiChart
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.view.constantLines   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.seriesLabels   
com.stimulsoft.report.chart.view.strips   
com.stimulsoft.report.engine   
com.stimulsoft.report.engine.engineV2.builders   
com.stimulsoft.report.export.service   
com.stimulsoft.report.painters.components   
com.stimulsoft.webdesigner.helper   
 

Uses of StiChart in com.stimulsoft.report.chart
 

Fields in com.stimulsoft.report.chart declared as StiChart
 StiChart StiChartInfoV2.storedForProcessAtEndChart
           
 

Methods in com.stimulsoft.report.chart with parameters of type StiChart
static void StiChartHelper.CreateChart(StiChart masterChart, StiChart chartComp)
           
static StiImage StiChartHelper.GetImageFromChart(StiChart masterChart)
           
 

Uses of StiChart in com.stimulsoft.report.chart.view.constantLines
 

Methods in com.stimulsoft.report.chart.view.constantLines that return StiChart
 StiChart StiConstantLinesCollection.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type StiChart
 void StiConstantLinesCollection.setChart(StiChart value)
           
 

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

Methods in com.stimulsoft.report.chart.view.series that return StiChart
 StiChart StiSeriesCollection.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiChart
 void StiSeriesCollection.setChart(StiChart value)
           
 

Uses of StiChart in com.stimulsoft.report.chart.view.seriesLabels
 

Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiChart
static IStiSeriesLabels StiSeriesLabels.LoadFromJsonObjectInternal(JSONObject jObject, StiChart chart)
           
 

Uses of StiChart in com.stimulsoft.report.chart.view.strips
 

Methods in com.stimulsoft.report.chart.view.strips that return StiChart
 StiChart StiStripsCollection.getChart()
           
 

Methods in com.stimulsoft.report.chart.view.strips with parameters of type StiChart
 void StiStripsCollection.setChart(StiChart value)
           
 

Uses of StiChart in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine with parameters of type StiChart
static IStiGeomInteraction StiChartInteractionHelper.GetInteraction(StiChart chart, StiRectangle chartRect, float x, float y, StiRefObject<StiCellGeom> chartGeom, float zoom)
          Returns IStiGeomInteraction object for specified chart at specified x and y location.
static void StiChartInteractionHelper.ProcessChart(StiChart masterChart, StiChart childChart)
           
 

Uses of StiChart in com.stimulsoft.report.engine.engineV2.builders
 

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiChart
static void StiChartV2Builder.RenderAtEnd(StiChart masterChart)
           
static StiComponent StiChartV2Builder.RenderChart(StiChart masterChart)
           
 

Uses of StiChart in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiChart
 java.lang.String StiHtmlExportService.prepareChartData(StiHtmlTextWriter writer, StiChart chart, double width, double height)
           
 

Uses of StiChart in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiChart
 void StiChartPainter.drawChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground)
           
 void StiChartPainter.paintChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean topMost, boolean drawFormatting, boolean isThumnail)
           
 

Uses of StiChart in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiChart
static StiChart StiChartHelper.cloneChart(StiChart chart)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiChart
static StiChart StiChartHelper.cloneChart(StiChart chart)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiChartHelper.getArea(StiChart chart)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiChartHelper.getChartProperties(StiChart chart)
           
static java.lang.String StiChartHelper.getChartSampleImage(StiChart chart, int width, int height, float zoom)
           
static java.util.List<java.util.HashMap<java.lang.String,java.lang.Object>> StiChartHelper.getConstantLines(StiChart chart)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiChartHelper.getMainProperties(StiChart chart)
           
static java.util.List<java.util.HashMap<java.lang.String,java.lang.Object>> StiChartHelper.getSeriesArray(StiChart chart)
           
static java.util.List<java.util.HashMap<java.lang.String,java.lang.Object>> StiChartHelper.getStrips(StiChart chart)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiChartHelper.getStyle(StiChart chart)
           
static java.util.List<java.lang.String> StiChartHelper.getTypesCollection(StiChart chart)