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
Hi Rakesh,
I hadn’t heard back from you.
Please let me know if I you have any questions.
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.