Jump to content
Software FX Community

Managing series at runtime


User (Legacy)

Recommended Posts

I think there was a misunderstanding.

I know how to hide a serie in any position, but I don't if I can add or =

remove a serie in any position.

Is it possible ?

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

news:ghXZ0oN$FHA.3496@webserver3.softwarefx.com...

> You can hide any series by doing:

>=20

> chart.Series[i].Visible =3D false;

>=20

> --=20

> Francisco Padron

> www.chartfx.com=20

>=20

>

Link to comment
Share on other sites

Like you described in your original post, you can only remove the last 

series and append to the end.

In Chart FX 7 (for VS 2005) you can re-order series which allows you to

remove any series by sending it to the last position first, this is not

possible in Chart FX 6.2.

--

Francisco Padron

www.chartfx.com

"Lamberti Fabrizio" <lambu@quipo.it._cut_off> wrote in message

news:CHkORwN$FHA.3496@webserver3.softwarefx.com...

I think there was a misunderstanding.

I know how to hide a serie in any position, but I don't if I can add or

remove a serie in any position.

Is it possible ?

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

news:ghXZ0oN$FHA.3496@webserver3.softwarefx.com...

> You can hide any series by doing:

>

> chart.Series[i].Visible = false;

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...