TdxChart.PaintTo(TcxCustomCanvas,TRect,Boolean) Method
Draws chart content on the specified canvas.
Declaration
procedure PaintTo(ACanvas: TcxCustomCanvas; const ABounds: TRect; ARecalculate: Boolean = False); overload;
Parameters
Name | Type | Description |
---|---|---|
ACanvas | TcxCustomCanvas | The target canvas. |
ABounds | TRect | The target area on the canvas passed as the |
ARecalculate | Boolean |
See Also