User (Legacy) Posted October 24, 2003 Report Share Posted October 24, 2003 I am trying to remove all or even one but I can't figure out how to do it. This is what I am doing: If ChartFX1.ConstantLine.Count > 0 Then ChartFX1.OpenDataEx COD_CONSTANTS, ChartFX1.ConstantLine.Count, 0 ChartFX1.CloseData COD_CONSTANTS Or COD_REMOVE End If Is there something else that I need to do? Thanks Dan Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 24, 2003 Author Report Share Posted October 24, 2003 I used ChartFX1.ClearData CD_CONSTANTLINES instead and it works. Dan Reber "Dan Reber" <nospam@spam.com> wrote in message news:23rbvYmmDHA.1264@WEBSERVER1... > I am trying to remove all or even one but I can't figure out how to do it. > > This is what I am doing: > > If ChartFX1.ConstantLine.Count > 0 Then > ChartFX1.OpenDataEx COD_CONSTANTS, ChartFX1.ConstantLine.Count, 0 > ChartFX1.CloseData COD_CONSTANTS Or COD_REMOVE > End If > > Is there something else that I need to do? > > Thanks > > Dan > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.