Overload List
Creates a Windows GDI clipping region and selects it into TChart.Canvas device context handle.
public Void ClipRectangle(System.Int32, System.Int32, System.Int32, System.Int32)
public abstract Void ClipRectangle(System.Drawing.Rectangle)
Remarks
The ClipRectangle method creates a Windows GDI clipping region and selects it into TChart.Drawing Canvas device context handle.
Clipping regions are used to prevent a drawing escaping from desired rectangle coordinates.
The UnClipRectangle method removes any clipping region applied to TChart Drawing Canvas.
You can use this method to avoid Series or custom drawing to go over the desired rectangle coordinates.
Note: Printing and creating metafiles do not accept clipping regions in logical pixels.
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace