i'm using InfragisticsWPF4.Controls.Charts.XamDataChart.v11.2.
Is it possible to hide grid line in the chart?
Thanks!
Hello,
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
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi, i have added unknown series through series binding, but i can not be able to control multiple labels.How can i avoid that ??
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.