I am trying to create line series chart. I am unable to make background transparent where line series is displayed. Basically I want dark background..how do I achieve that.
Hi Rajeev,
I am just checking if you require any further assistance on the matter.
Hello Rajeev,
Thank you for your reply. I have been looking into your questions and in order to make some visual modification of the default style for the ItemToolTipLayer, you can modify the default one which is based on ToolTipNoBadgeStyle. You can find it in :
C:\Program Files (x86)\Infragistics\2013.2\WPF\DefaultStyles\XamDataChart\generic.xaml
Regarding your second question you can set the ‘MinimumValue’, ‘MaximumValue’ and ‘Interval’ properties of the desired axis to proper values in order to achieve the desired appearance.
Please in future create a separate forum thread for each of your new questions.
Let me know, if you need any further assistance on this matter.
Thanks! couldn't believe it was that easy. :) I have few more questions
1) How did modify look and feel of ItemToolTipLayer
2) I just want to just show 4 Axis labels for Y axis. So I have 300 data points with varying intervals but I want to just show 4 data points on Yaxis label , like max , min value and two more values..How do I achieve this.
Thanks
I have been looking into your question and you can set the ‘PlotAreaBackground’ property of the XamDataChart to the desired brush in order to change the default color of the PlotArea.