User (Legacy) Posted April 28, 2005 Report Share Posted April 28, 2005 In a scenario when there is nothing to show in my chart, I would like it to be completely blank. Currently, when I clear the data using "Call aChartFX.ClearData(CD_ALLDATA)", it shows text that says "No Data Available". Is there a way to get rid of the "No Data Available" text? Thanks. Gary Link to comment Share on other sites More sharing options...
Software FX Posted May 4, 2005 Report Share Posted May 4, 2005 Yes. You can replace this string with any string (including the empty string) as follows: chart1.SetMessageText("NoData",string.Empty); -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 5, 2005 Author Report Share Posted May 5, 2005 "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:ocBQIaMUFHA.2236@webserver3.softwarefx.com... > Yes. You can replace this string with any string (including the empty > string) as follows: > > chart1.SetMessageText("NoData",string.Empty); > > > -- > FP > Software FX > Not sure why, but my chart control does not expose a "SetMessageText" function, nor can I find any reference to that function in the Chart FX API Help file. Ideas? Gary German Link to comment Share on other sites More sharing options...
Software FX Posted May 7, 2005 Report Share Posted May 7, 2005 This is only supported in Chart FX 6 and beyond, my apologies. -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 9, 2005 Author Report Share Posted May 9, 2005 "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:fb3GzKxUFHA.2236@webserver3.softwarefx.com... > This is only supported in Chart FX 6 and beyond, my apologies. > > -- > FP > Software FX > > No worries...it's a cosmetic issue. Do you know when version 6 for COM will be released? Gary German Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.