pieChartMarkerSymbol.ScaleFactor = scaleFactor;
I'm relatively new to Silverlight and I'm trying to adapt the pie chart sample. Basically what I want is to be able to bind the scale of the chart to a dependency property in the .cs file. Unfortunately, I'm unable to get access to either the RenderTransform or the ScaleTransform.
<Canvas.RenderTransform> <ScaleTransform ScaleX="0.6" ScaleY="0.6" /> </Canvas.RenderTransform>
<Canvas.RenderTransform> <ScaleTransform ScaleX="{Binding Symbol.Scale}" ScaleY="{Binding Symbol.Scale}" /> </Canvas.RenderTransform>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.