User (Legacy) Posted December 12, 2003 Report Share Posted December 12, 2003 Hi, I'd like to remove one serie from a chart. When i use "opendata(SoftwareFX.ChartFX.COD.Values...)" I remove all the series. The question is the same to add a serie to a chart without remove the preceding series. How can I do ? Thank you. S. DUISIT Link to comment Share on other sites More sharing options...
Software FX Posted December 12, 2003 Report Share Posted December 12, 2003 If you do: chart.OpenData(COD.Values, chart.NSeries-1,0); chart.CloseData(COD.Values); You will remove the LAST series of the chart. You can not remove series in the middle, for this you need to actually move your data. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.