bindingInfo.textFrame
|
Specifies a mapping between axis values and replacement text.
Example
onRefresh Script
Chart1.bindingInfo.setTextField("Company",Chart.STRING);
Chart1.bindingInfo.textFrame = new DefaultTextFrame;

Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|