TTeeCanvas3D.UnClipRectangle
TTeeCanvas3D
procedure UnClipRectangle; override;
Unit
TeCanvas
Description
(Advanced)
The UnClipRectangle method removes any clipping region applied to Chart Canvas. Clipping regions are used to prevent drawing to escape from desired rectangle coordinates. It is used internally to keep TSeriesMarks and Series points to display outside ChartRect rectangle.
Note:
Metafiles do not accept clipping regions. TCustomTeePanel.TeeCreateMetafile format is used when printing, so clipping can not be performed.