ComponentOne FinancialChart for UWP Edition
SetClipRect Method

C1.Chart Namespace > IRenderEngine Interface : SetClipRect Method
Clip rectangle. Null clear clipping rectangle.
Sets clip rectangle.
Syntax
'Declaration
 
Sub SetClipRect( _
   ByVal rect As Nullable(Of _Rect) _
) 
void SetClipRect( 
   Nullable<_Rect> rect
)

Parameters

rect
Clip rectangle. Null clear clipping rectangle.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members