Uses of Class
com.stimulsoft.report.components.simplecomponents.StiSparkline

Packages that use StiSparkline
com.stimulsoft.report.engine.engineV2.builders   
com.stimulsoft.report.painters.components   
 

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

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiSparkline
static double[] StiSparklineV2Builder.getValuesFromValueDataColumn(StiSparkline sparkline, int maxRows)
           
 

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

Methods in com.stimulsoft.report.painters.components with parameters of type StiSparkline
static void StiSparklinePainter.drawSparkline(StiGraphics g, StiRectangle rect, StiSparkline sparkline, double zoom, double pageZoom)
           
static void StiSparklinePainter.RenderSparkline(StiContext context, StiRectangle rect, StiSparkline sparkline, double zoom, double pageZoom)