Recalculates and redraws the chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual void UpdateChart () |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub UpdateChart () |
RemarksCall the method to force the Chart to recalculate and repaint itself. The method rebuilds the visual tree for the control.
See Also