Hello,
I have read the documentation stating how to change the chart message in this manner:
var chart1 = new FusionCharts("Column2D.swf?ChartNoDataText=Please select a record above", "...
How does one change the chart message when the chart has been integrated into another flash application, using the
import com.fusioncharts.core.charts.MSCombi2DChart;
var Chart:MSCombi2DChart = new MSCombi2DChart(chartContainerMC, 1, 519,...etc
Also is it possible to alter the message position (on the flash stage)
Thanks!