I get the error : "Mark unit value too small" when trying to plot
the following data with datamapping string : "Value=SERIES1;Label=DATE"
DATE SERIES1 SERIES2
2003/10/30 12:00:00 AM 100 100 2003/11/30 12:00:00 AM 100.1449955 100.01995085 2003/12/31 12:00:00 AM 107.226788313911 107.045614359997 2004/01/31 12:00:00 AM 111.412577395561 111.618310524724 2004/02/29 12:00:00 AM 111.66250566523 111.86384429853
Do I set the x-axis datatype somewhere, is my dates in the wrong format?
Hi,
Please, try to use Unit value for the X Axis. The maximum number of labels for category axes shouldn’t be more than 50, so try to set interval (Unit) to have smaller number of labels.
<igCA:XamChart.Axes> <igCA:Axis Unit="10"/> </igCA:XamChart.Axes>
Which chart type do you use? Do you use 3D charts?
Thanks,GoranS
The date/time axis labels can be used only for scatter and scatter line chart types. Please check “Data Binding Objects” sample from xamFeatureBrowser for more information about date time with scatter chart type.
GoranS