Removes any clipping region applied to Chart Drawing.
public override Void UnClip()

Remarks


(Advanced)

The UnClip method removes any clipping region applied to Chart Canvas. Clipping regions are used to prevent drawing   from  escaping from the  desired rectangle coordinates. It is used internally to keep Marks and Series points to display outside ChartRect rectangle.  

Note: Metafiles do not accept clipping regions. Metafile format is used when printing, so clipping can not be performed.

See Also

Graphics3DPDF Class | Graphics3DPDF Members | Steema.TeeChart.Drawing Namespace