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?