MindFusion WinForms Programmer's Guide
Chart.UpdateChart Method (SizeF)
See Also
 





Redraws the chart. Call this method to redraw the chart after changing the data value arrays.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

protected void UpdateChart (
    SizeF size
)

Visual Basic  Copy Code

Protected Sub UpdateChart( _
    size As SizeF _
)

 Parameters

size

The size of the new chart

 See Also

UpdateChart Method Overload List
Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace