Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Mark unit value too small
posted

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? 

 

 

 

 

 

   

Parents
No Data
Reply
  • 739
    posted

    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

     

Children