Uses of Class
com.stimulsoft.report.chart.StiChart
Packages that use StiChart
Package
Description
-
Uses of StiChart in com.stimulsoft.report.chart
Fields in com.stimulsoft.report.chart declared as StiChartMethods in com.stimulsoft.report.chart with parameters of type StiChartModifier and TypeMethodDescriptionstatic voidStiChartHelper.CreateChart(StiChart masterChart, StiChart chartComp) static StiImageStiChartHelper.GetImageFromChart(StiChart masterChart) -
Uses of StiChart in com.stimulsoft.report.chart.view.constantLines
Methods in com.stimulsoft.report.chart.view.constantLines that return StiChartMethods in com.stimulsoft.report.chart.view.constantLines with parameters of type StiChart -
Uses of StiChart in com.stimulsoft.report.chart.view.series
Methods in com.stimulsoft.report.chart.view.series that return StiChartMethods in com.stimulsoft.report.chart.view.series with parameters of type StiChart -
Uses of StiChart in com.stimulsoft.report.chart.view.seriesLabels
Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiChartModifier and TypeMethodDescriptionstatic IStiSeriesLabelsStiSeriesLabels.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 StiChartMethods in com.stimulsoft.report.chart.view.strips with parameters of type StiChart -
Uses of StiChart in com.stimulsoft.report.engine
Methods in com.stimulsoft.report.engine with parameters of type StiChartModifier and TypeMethodDescriptionstatic IStiGeomInteractionStiChartInteractionHelper.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 voidStiChartInteractionHelper.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 StiChartModifier and TypeMethodDescriptionstatic voidStiChartV2Builder.RenderAtEnd(StiChart masterChart) static StiComponentStiChartV2Builder.RenderChart(StiChart masterChart) -
Uses of StiChart in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiChartModifier and TypeMethodDescriptionStiHtmlExportService.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 StiChartModifier and TypeMethodDescriptionvoidStiChartPainter.drawChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground) voidStiChartPainter.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 StiChartMethods in com.stimulsoft.webdesigner.helper with parameters of type StiChartModifier and TypeMethodDescriptionstatic StiChartStiChartHelper.cloneChart(StiChart chart) StiChartHelper.getChartProperties(StiChart chart) static StringStiChartHelper.getChartSampleImage(StiChart chart, int width, int height, float zoom) StiChartHelper.getConstantLines(StiChart chart) StiChartHelper.getMainProperties(StiChart chart) StiChartHelper.getSeriesArray(StiChart chart) StiChartHelper.getTypesCollection(StiChart chart) static booleanStiChartHelper.is3DLineChart(StiChart chart) static booleanStiChartHelper.isAxisAreaChart(StiChart chart) static booleanStiChartHelper.isAxisAreaChart3D(StiChart chart) static booleanStiChartHelper.isClusteredColumnChart(StiChart chart) static booleanStiChartHelper.isClusteredColumnChart3D(StiChart chart) static booleanStiChartHelper.isDoughnutChart(StiChart chart) static booleanStiChartHelper.isFunnelChart(StiChart chart) static booleanStiChartHelper.isHeatmapChart(StiChart chart) static booleanStiChartHelper.isPictorialChart(StiChart chart) static booleanStiChartHelper.isPictorialStackedChart(StiChart chart) static booleanStiChartHelper.isPieChart(StiChart chart) static booleanStiChartHelper.isRadarChart(StiChart chart) static booleanStiChartHelper.isStackedChart(StiChart chart) static booleanStiChartHelper.isSunburstChart(StiChart chart) static booleanStiChartHelper.isTreemapChart(StiChart chart) static booleanStiChartHelper.isWaterfallChart(StiChart chart)