Click or drag to resize

GoogleChartEngineGetTypeClass Method

Returns the common name of a given type.

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

Parameters

t
Type: SystemType
Type to examine.

Return Value

Type: String
Common name of the type.

Implements

ITypeManagerGetTypeClass(Type)
Remarks