Jump to content
Software FX Community

how to change the text "No Data Available"


User (Legacy)

Recommended Posts

chart1.SetMessageText("NoData","Your message goes here");

--

Regards,

JC

Software FX Support

"Chad Labrosse" <chad_labrosse@hotmail.com> wrote in message

news:sOgND2v1DHA.3512@WEBSERVER1...

> Does anyone know how to change or remove the text "No Data Available" that

> is displayed in the middle of the chart area if Chart.ClearData() is

called?

>

> thanks

> chad

>

>

Link to comment
Share on other sites

thank you....how do we find the list of message items that can be changed

like this? The parameter that specifies which message to change is a

string...I was sort of expecting some enumerated value.

chad

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:9WbDwrw1DHA.3072@WEBSERVER1...

> chart1.SetMessageText("NoData","Your message goes here");

>

> --

> Regards,

>

> JC

> Software FX Support

> "Chad Labrosse" <chad_labrosse@hotmail.com> wrote in message

> news:sOgND2v1DHA.3512@WEBSERVER1...

> > Does anyone know how to change or remove the text "No Data Available"

that

> > is displayed in the middle of the chart area if Chart.ClearData() is

> called?

> >

> > thanks

> > chad

> >

> >

>

>

post-2107-13922378369945_thumb.jpg

Link to comment
Share on other sites

The list is on the docs page for SetMessageText (API Reference). This can

also be viewed online at http://support.softwarefx.com/cfxnet

--

Regards,

JC

Software FX Support

"Chad Labrosse" <chad_labrosse@hotmail.com> wrote in message

news:nlOELdX2DHA.3072@WEBSERVER1...

> thank you....how do we find the list of message items that can be changed

> like this? The parameter that specifies which message to change is a

> string...I was sort of expecting some enumerated value.

>

> chad

>

> "SoftwareFX Support" <support@softwarefx.com> wrote in message

> news:9WbDwrw1DHA.3072@WEBSERVER1...

> > chart1.SetMessageText("NoData","Your message goes here");

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "Chad Labrosse" <chad_labrosse@hotmail.com> wrote in message

> > news:sOgND2v1DHA.3512@WEBSERVER1...

> > > Does anyone know how to change or remove the text "No Data Available"

> that

> > > is displayed in the middle of the chart area if Chart.ClearData() is

> > called?

> > >

> > > thanks

> > > chad

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...