Click or drag to resize

GoogleChartEngine Class

Represents chart engine that uses Google Visualization API.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.Charts.ProvidersGoogleChartEngine

Namespace:  Dynamicweb.Controls.Charts.Providers
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class GoogleChartEngine : IChartEngine, 
	ITypeManager

The GoogleChartEngine type exposes the following members.

Constructors
  NameDescription
Public methodGoogleChartEngine
Initializes a new istance of an object.
Top
Methods
  NameDescription
Public methodGetClientTypeName
Returns the name of the client-side object type that corresponds to this chart engine.
Public methodGetTypeClass
Returns the common name of a given type.
Public methodGetTypeManager
Returns type manager that corresponds to this chart engine.
Public methodLoadResources
Loads resources required by this chart engine.
Public methodSerialize
Converts specified value to its Javascript equivalent using given destination type.
Public methodValidate
Validates specified type.
Top
Remarks