Click or drag to resize

GoogleChartEngineValidate Method

Validates specified type.

Namespace:  Dynamicweb.Controls.Charts.Providers
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public bool Validate(
	Type t
)

Parameters

t
Type: SystemType
Type to validate.

Return Value

Type: Boolean
Value indicating whether type is valid for the particular chart.

Implements

ITypeManagerValidate(Type)
Remarks