Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Which version of TeeChart.Phone.dll are you using?</p> <p>Using Steema TeeChart for .NET 2013 Evaluation 4.1.2013.07304 I've just run the following project: Steema TeeChart for .NET 2013 Evaluation 4.1.2013.07304\Examples\DemoProjectWindowsPhone\TeeChartForWindowsPhone.csproj</p> <p>which under "settings" allows one to successfully change the Aspect.GestureStyle dynamically. Can you please look at this project for assistance? If you still have problems, can you please send us a small "stand alone" project with which we can reproduce the problem? You can either post your files at <a href="http://www.steema.net/upload/" rel="nofollow">www.steema.net/upload/</a> or send them to info at steema dot com referencing this question.</p> <p><strong>UPDATE:</strong> Using your sample project, we've been able to reproduce his problem here. Unfortunately, the only solution at the moment for these two properties (GestureOptions &amp; GestureStyle) is to recreate the chart, that is, to create a new instance of the TChart class, as the demo does. Other chart properties, adding and deleting series, adding and deleting series points, axis font changes and what have you, can be changed without a problem after the TChart class has been created. But the situation is different for these two properties thanks to the structural changes they have to make to the TChart architecture. </p> <p>We'll look further into making such changes possible, but we don't hold out a lot of hope. There seem to be some issues in the Windows Phone framework (and in the Windows Store framework, in fact) related to elements that are children of other elements, and how when the parent element has been destroyed the framework thinks the child element still belongs to it (elements can't have more than one parent).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload