ComponentProperties

The ComponentProperties property specifies a list of settings specific for the selected external object. For example, the properties should be listed one by one and separated with commas. For example, in case it is necessary to add an external chart widget, the property value may look as folows:

    type="DEBUG",   caption="Expenses summary",  subcaption="By teams, first half-year, 2013",

    xaxisname="Team",   yaxisname="Expenses",    numberprefix="$",

    labels=("Developers", "Designers", "HR", "Documentation", "Support"),

    values=( 0,         0,          0,       0,       0);

The set and the order of the properties listed here depends on the external plug-in.