Table of Contents

ControlAddIn BusinessChart

Namespace: System.Integration

Methods

Update

Initialize and updates the chart. This method must be called before any controls will work.

procedure Update(ChartData: JsonObject)

Parameters

Name Type Description
ChartData JsonObject

The full set of data needed for initializing the chart.

See also