MarijkeLybeert Posted May 7, 2007 Report Share Posted May 7, 2007 Hey, I'm not sure where to put this post, as there is no seperate part for dynamics ax, but i have a couple of questions and cant find any answers anywhere on the internet. Is there any kind of documentation present as of how to use the chartfx class in dynamics ax? this site is very handy to find out what the possibilities are, but i'm having trouble in 'guessing' what the right syntax might be to use them. some examples of what i'm looking for: How to use constantlines in x++ How to add a legend How to put only show the label of the highest value in the graph How to put my own labels on the X-axis (i have 96 values per day, but i dont want to show 96, 192 but 1, 2 to show what day it is.) thanks Marijke Quote Link to comment Share on other sites More sharing options...
Frank Posted May 8, 2007 Report Share Posted May 8, 2007 I haven't tried that. However, some .NET languages have a different syntax for indexers. I am not familiar with X++ but try: chart.ConstantLines.Item(i) or chart.ConstantLines(i) You need to find out how indexers are accessed in X++. As for the other questions, they don't seem to be particular to X++, check out the docs on passing data (which includes labels). 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.