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
985
xamdatachart x axis and y axis rendering
posted

Hi ,

 

I have written my own algorithm for finding the minimum and maximum values for a line chart. and now the interval is coming right for me.

The only issue is the first point from where the graph starts is very close to the intersection of x and y axis.

Please help how can I get the xamdatachart draw the chart with a little offset from both x and y axis.

 

Thanks in advance, Rakesh

Parents
  • 12875
    posted

    Hello Rakesh, 

    You may need to set the MinimumValue on the NumericXAxis, setting it to a value some number smaller than your first value.     

    You mentioned that the interval is “coming right for me”.  You may also be interested in setting the Interval value as well. 

    You didn't mention what type of axis or series you are using but I hope this information is helpful to you. 

     

    Please let me know if you have any questions.

     

Reply Children
No Data