TdxChart.PaintTo(TcxCustomCanvas) Method
Draws chart content on the specified canvas.
Declaration
procedure PaintTo(ACanvas: TcxCustomCanvas); overload;
Parameters
Name | Type | Description |
---|---|---|
ACanvas | TcxCustomCanvas | The target canvas. |
See Also