I previously explored the possibilities of scaling Silverlight Toolkit diagrams, but failed due to (possibly) the following reasons:
- The Silverlight Toolkit charts do not seem to be designed to scale up . There are no interceptions that you could easily attack some kind of scaling logic, if you want to create scaling on them, you have to go a lot deeper.
- The easiest way to implement scaling is to use the ScaleTransform and RenderTransform elements. In the case of the Silverlight Toolkit, you want to apply this to the series. However, simply calculating the correct form of ScaleTransform and OffsetTransform is difficult
- , . 4 , , 4x , 4 . , ScaleTransforms RenderTransforms , , , - , .
SL , API . , ( , ):
, , - , + Silverlight Toolkit.