| Package | stimulsoft.report.painters.components |
| Class | public class StiChartPainter |
| Inheritance | StiChartPainter StiComponentPainter StiPainter Object |
| Method | Defined By | ||
|---|---|---|---|
drawChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, useMargins:Boolean, useBackground:Boolean, zoom:Number = 0):void | StiChartPainter | ||
![]() |
Draws a selected rectangle specified by a Rectangle structure. | StiComponentPainter | |
[override] | StiChartPainter | ||
![]() | getIndicatorPainter(indicatorType:Class):StiIndicatorTypePainter [static] | StiPainter | |
![]() | [static] | StiPainter | |
![]() | getShapePainter(componentType:Class):StiShapeTypePainter [static] | StiPainter | |
[override] | StiChartPainter | ||
![]() | StiComponentPainter | ||
paintChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, drawBorder:Boolean, drawFormatting:Boolean, zoom:Number = 0):void | StiChartPainter | ||
![]() |
Paints conditions of a component. | StiComponentPainter | |
![]() |
Paints events of a component. | StiComponentPainter | |
![]() | [override]
Paints the highlight of the specified component. | StiComponentPainter | |
![]() | StiComponentPainter | ||
![]() | StiComponentPainter | ||
![]() |
Paints a markers specified by a Rectangle structure. | StiComponentPainter | |
![]() |
Paints order numbers and quick info of a component. | StiComponentPainter | |
![]() |
Paints the QuickButtons. | StiComponentPainter | |
![]() | [override]
Paints the selection. | StiComponentPainter | |
| drawChart | () | method |
public function drawChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, useMargins:Boolean, useBackground:Boolean, zoom:Number = 0):voidParameters
chart:StiChart | |
g:StiGraphics | |
rect:StiRectangle | |
useMargins:Boolean | |
useBackground:Boolean | |
zoom:Number (default = 0) |
| getImage | () | method |
override public function getImage(component:StiComponent, refZoom:StiRefZoom, format:int):BitmapDataParameters
component:StiComponent | |
refZoom:StiRefZoom | |
format:int |
BitmapData |
| paint | () | method |
override public function paint(component:StiComponent, args:StiPaintArgs):voidParameters
component:StiComponent | |
args:StiPaintArgs |
| paintChart | () | method |
public function paintChart(chart:StiChart, g:StiGraphics, rect:StiRectangle, drawBorder:Boolean, drawFormatting:Boolean, zoom:Number = 0):voidParameters
chart:StiChart | |
g:StiGraphics | |
rect:StiRectangle | |
drawBorder:Boolean | |
drawFormatting:Boolean | |
zoom:Number (default = 0) |