[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChartRect.Invalidate

Invalidate Method

Invalidate(Rectangle)

Invalidates the specified region of the chart area and causes to be redrawn.

Declaration
public virtual void Invalidate(Rectangle r)
Parameters
Type Name Description
Rectangle r

A rectangle that represents the region to invalidate.

Implements

Invalidate()

Invalidates the entire surface of the chart area and causes to be redrawn.

Declaration
public virtual void Invalidate()
Implements