Chart.ValidateDataSource(Object) Method

Definition

Verifies that a data-bound control can work with the object it will bind to.

protected:
 override void ValidateDataSource(System::Object ^ dataSource);
protected override void ValidateDataSource (object dataSource);
override this.ValidateDataSource : obj -> unit
Protected Overrides Sub ValidateDataSource (dataSource As Object)

Parameters

dataSource
Object

The object to verify.

Applies to