Skip to main content
All docs
V24.1

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 ACanvas parameter.

ARecalculate Boolean
See Also