Version

DataBind Method (DataAppearance)

Forces the chart data to be refreshed.
Syntax
'Declaration
 
Public Sub DataBind() 
public void DataBind()
Remarks

When first binding the chart control to a data source, it is necessary to assign a data source to the DataSource property and call the DataBind() method.

Normally, the chart will automatically update it's display when it recieves a notification from the DataSource that something has changed. However, if the DataSource does not provide this notification, this method can be called to refresh the chart.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also