This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a chart using the data given by the inputdata parameter and the defined formatting rules.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Charts (in Smartsite.Charts.dll)

Syntax

C#Copy imageCopy Code
[("Chart")]
public class ChartModule : 
Visual Basic (Declaration)Copy imageCopy Code
<("Chart")> _
Public Class ChartModule _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Runtime.Modules..::..ChartModule

See Also

Advanced