Our support engineers have assembled the top recommended solutions for you.
Microsoft Dynamics AX 2012CRM Connector in Microsoft Dynamics AX 2012Financials Management in Microsoft Dynamics AX 2012Upgrading to Microsoft Dynamics AX 2012
Microsoft Dynamics AX 2009
Application Object Server (AOS)
Enterprise Portal and Role Centers
Inventory Costing in Microsoft Dynamics AX 2009
Invoice Settlements/Discounts/Reversals
SSRS and SSAS Integration
Workflow
Hi All,
I have Active X Control with properties : Chart Object on the form in AX 2009 which gives a bar graph
May I know which property we need to use for ActiveX for AX 2012 to achieve the bar graph..
I have tried all in ActiveX Browser...
Please let me know the solution.
Regards,
Pavani
That's just about parameters. If you change graphics.parmCreateType(#CT_LEGEND | #CT_3D) to graphics.parmCreateType(#CT_LEGEND) in updateGraph() method, you'll get a 2D graph.
It's internally based on System.Windows.Forms.DataVisualization.Charting.Chart type.
[ Goshoom.NET Dev Blog ]
have a look at Tutorial_Form_Graph form, in AOT.
Hi pradeep,
The tutorial form graph which you are referring is 3D graph view.. I need simple bar graph on a form without the 3D view...
Thanks
thanks Martin