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>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.