I got a datatable with the following column:
Date As String, Name As String, Location As String, Type As String, Code As Integer, NbrOfCall As Integer, Month As Integer, Year As Integer
Now I want to be able to see the following:
Per Month the NbrOfCall for each Code.
Visually it should be scale on the left with the nbrOfCall, In front I should see the Month and on the right (depth) the code
Attached is what I got so far but missing the month and I can't get it to work.
Thank for the help
sorry, but the chart doesn't currently support grouping data by months; the column chart simply interprets the dates as strings. you will need to restructure your data to meet the chart's requirements: http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Working_with_3D_Column_Chart_Data.html