i'm using InfragisticsWPF4.Controls.Charts.XamDataChart.v11.2.
Is it possible to hide grid line in the chart?
Thanks!
Hello,
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.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
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!