i'm using InfragisticsWPF4.Controls.Charts.XamDataChart.v11.2.
Is it possible to hide grid line in the chart?
Thanks!
Hello,
Thank you for your reply. I have been looking into the scenario that you have described and since you are using DateTime for the X axis, I can suggest one of the following approaches.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi, I am using the xamDataChart for Line Series and what I want to do is, set the major grid lines on my chart to a fixed interval and not have grid lines adding up when I zoom in. Since, Line series doesn't support numericXAxis, I can't do customTickMarkValues for the x-axis. I am using the category x-axis and what I want to do is set the major grid lines to a fixed interval. Can you help me with what I can do? My chart is basically a line chart with time on x axis and voltage on y axis.
The XamDataChart is using the InfragisticsWPF4.DataVisualization.v11.2.dll assembly. When you have the Infragistics controls installed, you can run your project without adding all dependent assemblies. After deploying and running you project to a machine that have no Infragistics controls installed you should add all dependent assemblies. You can see list of the assemblies needed for our WPF controls here: http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=WPF_NetAdvantage_for_WPF_Full_Assemblies.html
thanks!
When deploying, does InfragisticsWPF4.Controls.Charts.XamDataChart.v11.2 needs InfragisticsWPF4.DataVisualization.v11.2?
I don't need reference InfragisticsWPF4.DataVisualization.v11.2 in the project, but i got deployment error:
Unable to install or run the application. The application requires that assembly InfragisticsWPF4.DataVisualization.v11.2
Thanks again!
You can control the grid lines be setting the MajorStrokeThickness and MinorStrokeThickness properties to 0 for the axes that you wish to not display grid lines. I have created a sample application that shows how you can hide the grid lines.
If you have any further questions, please do not hesitate to ask.