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