Jump to content
Software FX Community

Prevent Charting of Sample random data


User (Legacy)

Recommended Posts

Posted

To display no data you can do:

chart1.ClearData(ClearDataFlag.Data);

in your Form_Load.

Notice that we will only display random data if at the time of painting you

have set no data at all, if you set ANY data, random data will never be

assigned.

--

FP

Software FX, Inc.

Posted

This method did not seem to resolve the problem.

Instead I did as you suggest and ensured that the Channel was opened and

closed even if no data was actually plotted. This resolved the problem.

Thanks, Nick

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

news:YCncozYECHA.1640@webserver1.softwarefx.com...

> Sorry sent you .NET code, here is the VB 6 code:

>

> Chart1.ClearData CD_DATA

>

> --

> FP

> Software FX, Inc.

>

>

Archived

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

×
×
  • Create New...