Refresh Method (ChartBase)
Refreshes the chart.
public void Refresh(
bool
)
'Declaration
Public Sub Refresh( _
Optional ByVal As Boolean _
)
'Usage
Dim instance As ChartBase
Dim fullUpdate As Boolean
instance.Refresh(fullUpdate)
Parameters
- fullUpdate
- Whether to update the control layout as well as the content (default: true)