Hello,
I have a problem with my chart: The data don't fill the entire chart area.
As you can see on the picture, the lines take less than 75% of the space.
I don't want to change the size of the chart.I just want to modify the proportion between the red rectangle (on the picture) and the chart size.
Can you help me?
Thank you!
Hi,
Have you tried defining the Axis range?
The xamChart uses a RangeFromZero property which will cause the chart to calculate the minimum value closer to the data points. Or you can manually set the Minimum, Maximum and Unit values.
http://help.infragistics.com/NetAdvantage/WPFDV/2011.2/CLR4.0/?page=xamChart_Modify_the_Axis_Range.html
The XamDataChart has Axis properties of MinimumValue, MaximumValue and Interval.
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamDataChart_Axis_Range.html
Please let me know if you have any questions.
I hadn’t heard back from you. I was wondering if you had further questions.