Jump to content
Software FX Community

hide series in chart


User (Legacy)

Recommended Posts

Hi,

I'm wondering if there are property or method to hide a series in the chart?

Say I have 5 different series in chart1, series1, series2, series 3, etc.

They are all displaying correctly now. If I want to hide series2 and

series5, is there a way to do it? If so, is it possible to unhide these two

series?

Thanks.

Link to comment
Share on other sites

Any help from SoftwareFX Support???

TIA!

"Alan" <suspiration@gmail.com> wrote in message

news:ZJNMsF9ZFHA.1580@webserver3.softwarefx.com...

> Hi,

>

> I'm wondering if there are property or method to hide a series in the

> chart?

>

> Say I have 5 different series in chart1, series1, series2, series 3, etc.

> They are all displaying correctly now. If I want to hide series2 and

> series5, is there a way to do it? If so, is it possible to unhide these

> two series?

>

> Thanks.

>

Link to comment
Share on other sites

chart1.Series[1].Visible = false;

chart1.Series[4].Visible = false;

-cjs

"Alan" <suspiration@gmail.com> wrote in message

news:ZJNMsF9ZFHA.1580@webserver3.softwarefx.com...

> Hi,

>

> I'm wondering if there are property or method to hide a series in the

> chart?

>

> Say I have 5 different series in chart1, series1, series2, series 3, etc.

> They are all displaying correctly now. If I want to hide series2 and

> series5, is there a way to do it? If so, is it possible to unhide these

> two series?

>

> Thanks.

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...