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 Quote 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 > > Quote 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.