XamarinChart Programmer's Guide
Component.Invalidate Method (Rectangle)
See Also
 






Invalidates the appearance of this component and calls its Draw method at next draw operation.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void Invalidate (
    Rectangle rect
)

Visual Basic  Copy Code

Public Overridable Sub Invalidate( _
    rect As Rectangle _
)

 Parameters

rect

A Rectangle instance specifying the invalid rectangle.

 See Also

Invalidate Method Overload List
Component Members
Component Class
MindFusion.Charting.Components Namespace