Jump to content
Software FX Community

How to Display an Empty Chart


User (Legacy)

Recommended Posts

Well I found one way of doing it. Posting it back here for the record:

chart1.ClearData(ClearDataFlag.Values);

"Codex Twin" <codex@more.com> wrote in message

news:41r2kHZ1FHA.1708@webserver3.softwarefx.com...

> Hello

>

> I'm using ChartFX for .NET 6.2

>

> When I bind a chart control to a null datasoource, I still get a chart

> rendered with arbitrary series in the chart. Is it possible to display the

> chart control as empty (with axes lines and all the other features) when

the

> datasource is empty?

>

> Thanks

>

>

post-2107-13922378212945_thumb.gif

Link to comment
Share on other sites

Well I found one way of doing it. Posting it back here for the record:

chart1.ClearData(ClearDataFlag.Values);

"Codex Twin" <codex@more.com> wrote in message

news:41r2kHZ1FHA.1708@webserver3.softwarefx.com...

> Hello

>

> I'm using ChartFX for .NET 6.2

>

> When I bind a chart control to a null datasoource, I still get a chart

> rendered with arbitrary series in the chart. Is it possible to display the

> chart control as empty (with axes lines and all the other features) when

the

> datasource is empty?

>

> Thanks

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...