User (Legacy) Posted October 27, 2003 Report Share Posted October 27, 2003 If I have a constant line with ChartFX1.Constantine(I).Style = ChartFX1.Constantine(I).Style Or CC_RIGHTALIGNED Or CC_BACKONLY on a 3D chart causes the label text to disappear. If I change it to a 2D chart then the label appears. I am not sure if this is what is supposed to happen or not. Thanks Dan Reber Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 27, 2003 Author Report Share Posted October 27, 2003 "ChartFX1.Constantine(I).Style = ChartFX1.Constantine(I).Style" Should be ChartFX1.ConstantLine(i).Style = ChartFX1.ConstantLine(i).Style Stupid spell checker :-) "Dan Reber" <nospam@spam.com> wrote in message news:hC0xwhJnDHA.1544@WEBSERVER1... > If I have a constant line with > > ChartFX1.Constantine(I).Style = ChartFX1.Constantine(I).Style Or > CC_RIGHTALIGNED Or CC_BACKONLY > > on a 3D chart causes the label text to disappear. If I change it to a 2D > chart then the label appears. I am not sure if this is what is supposed to > happen or not. > > > Thanks > > Dan Reber > > Link to comment Share on other sites More sharing options...
Software FX Posted October 27, 2003 Report Share Posted October 27, 2003 Yes. This is by design. In 3D the label is displayed up front, if you select CC_BACKONLY, the label will not be displayed. -- 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.