Jump to content
Software FX Community

Remove a serie


ehlaban

Recommended Posts

From other posts i understand that it's not so easy to remove a serie

from a collection of series. What i learned is that with

chart.OpenData(COD.Values, chart.NSeries-1,0);chart.CloseData(COD.Values);

 You can remove the last series.

 Question1: with VS 2005 and VB.Net chart1.Opendata is not recognised as a function

how do i call OpenData?

 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.

Question2: What is the function to send a serie to the last position?

 Ernesto

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...