User (Legacy) Posted September 10, 2004 Report Share Posted September 10, 2004 Suppose I have 2 series, and I want to set one of the series to invisible. However, before doing that, I want to delete all data points for the serie to be set to invisible. I sort of got around the problem by setting the serie to be set to invisible to have only one point, and set the point to be invisible. However, by doing that, the data of the other serie also got cleared. Thanks. Erik Link to comment Share on other sites More sharing options...
Software FX Posted September 10, 2004 Report Share Posted September 10, 2004 So, you want to completely remove the series from the chart ? You can remove the LAST series of the chart by doing: chart.OpenDataEx COD_VALUES, chart.NSeries-1, 0 chart.CloseData COD_VALUES To remove a series in the middle you have to manually shift the data before removing the last series. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.