setClipRect Method
Sets the clip rect which is used by this series if getClipToBounds is true
Syntax
protected void setClipRect( android.graphics.Rect clipRect ) |
Parameters
- clipRect
- The clip rect to set
See Also