Hi,
Attached is the chart I have, and I want to minimize the margin for the following, so the x-axis caption can be shown in larger font.
How can I achieve this?
Regards,
Jason
no I am fine
Hello,
Do you have any other questions on this matter?
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
Hi Duane,
Thanks for your solution, but that create other weird behavior also. It does affect the splitter on the left of the chart.
I end up modifying Scene and Legend to achieve what I want.
<igCA:XamChart.Scene>
<igCA:Scene MarginType="Percent" Margin="0,0,10,0">
<igCA:Scene.GridArea>
<igCA:GridArea MarginType="Percent" Margin="10,10,5,10"/>
</igCA:Scene.GridArea>
</igCA:Scene>
</igCA:XamChart.Scene>
<igCA:XamChart.Legend>
<igCA:Legend UseDataTemplate="True" MarginType="Percent" Margin="88,0,0,0" />
</igCA:XamChart.Legend>
Hello mailtochungg,
This is just a follow up on the thread if you have any questions in regards to setting the margins as a negative value. In the attached sample demonstrates on setting the Left and Bottom Title to be closer to the x/y axis.
Let me know if you have any questions with this matter. Thank you.
For the Margin property is available on the ContentPresenter. You can set the margins as a negative value (E.g.: -25). Attached is an updated sample on the thread.