Can both axis be log scaled in the xamchart? or is there a data transformation we could do to our data values to accomplish the same results.
This is basic histogram functionality so I am thinking the solution is just avoiding me right now, but when I set xaxis.Logarithmic = true I get an error within the rendered chart saying that the category x and Z axes cannot have log scale.
Thanks
Rod
Hello Rod,
For scaling in the x and z axis I have attached a sample.
this is only doing a logartihmic scale on the Y axis. We need to log both axis. also at times we need a probablility log scale for the X axis.
Looks like the gridlines are not working properly for logarithmic scales. Please see attached cchart - How can we get axis and gridlines like this on a chart?
So far things appear to be going ok with this infomration. We are in discovery phase for a new application, but had to step away so we could get things cleaned up for our current release. We should get back at it in a month.
thanks
This is just a follow up if you require any further assistance.
In the xamChart is a control that is retired and you can find Product Changes and Control Retirements in 2011.2: http://blogs.infragistics.com/blogs/jason_beres/archive/2011/11/10/important-product-changes-and-control-retirements-in-2011-2.aspx. As for scaling in the x and y axis you can find an example in the following helpdocs link: http://help.infragistics.com/Help/NetAdvantage/Silverlight/2012.1/CLR4.0/html/xamDataChart_Using_Axis_Scales.html.