StiChartGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| DrawChart | void | |
| GetImage | Image | |
| Paint | void | |
| PaintChart | void |
Method Details
DrawChart
DrawChart(chart: StiChart, g: Graphics, rect: RectangleF, useMargins: bool, useBackground: bool, zoom: double?): void
Parameters
- chart (StiChart)
- g (Graphics)
- rect (RectangleF)
- useMargins (bool)
- useBackground (bool)
- zoom (double?)
GetImage
GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image
Parameters
- component (StiComponent)
- zoom (float)
- format (StiExportFormat)
Returns Image
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintChart
PaintChart(chart: StiChart, g: Graphics, rect: RectangleF, drawBorder: bool, drawFormatting: bool): void
Parameters