My RadChart has three series, and I'm dynamically populating the x and y values of the items in these series. The X-Axis is a DateTime (converted to OLE Automation format). If I make the series type as line, the chart displays correctly. However, if the chart type is changed to StackedArea (which makes more sense for the type of information I want to display), the X-Axis seems to ignore the inputted values, and instead treats the data as an auto-incremented series starting at 1.
Is this a bug, or are the items pulling data from different locations based on chart type?
Is this a bug, or are the items pulling data from different locations based on chart type?