User (Legacy) Posted June 12, 2005 Report Posted June 12, 2005 Hi, I would like to start off with a fresh new chart everytime it loads up so I run this code in the initialize function: this.chart1.ClearData(SoftwareFX.ChartFX.ClearDataFlag.AllData); However, the chart still shows "No Data Available". Is it possible to remove this string of character or change it to something else? Thanks!
Software FX Posted June 13, 2005 Report Posted June 13, 2005 Yes. You can change this string to anything you want including the empty ("") string as follows: chart1.SetMessageText("NoData","My Message"); -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.