This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am extending the PolarChart, and attaching my items source property binding in code. This does not work. When I set the Items source directly the plot will load. Here is the the basic code I am using :
When I do the same type of code for a Chart and a line series the binding works fine. When I observe the ItemsSource property after the binding is established the value is null with the Polar chart code, whereas with the Chart code it has a value. I do no the thing I am binding to is not null as I can directly set the ItemsSource Property with it. What is going wrong? |
|
|
I found my problem. I was binding to LineSeries, when I should have used PolarSeries. |
|
|
A few follow up questions about issues I'm having with the Polar Chart: -I need to rotate where 0 degrees is on the theta scale. Can you add functionality to rotate the zero origin by X degrees? -Major tick spacing seems to have no effect on Theta Axis. Really no settings on make on the axis objects seem to effect the chart. -Is there a way to reverse the theta scale? Basically I want to go from 0 to 360 in the counter clockwise direction. |
|
|
Hello Thanks for these questions, I'll look into implementing these functionalities for you within the next 2 days. Jason Fauchelle |
|
|
Hello In the next nightly build there will be StartAngle and IsReversed properties on the ThetaAxis. The issues with setting axis properties will also be resolved. Jason Fauchelle |
|