What's the difference between Path and Polygon control? + issues when designing custom drawing user
- by tomo
I'm starting to design a custom control with rather complex drawing. It will be a kind of chart (a kind of radar chart). It will be composed of a few axises with labels, line-regions (like spider-network) and filled shapes.
The main question is what's the difference between using Path control and Polygon control? What's better to use here?
The goal is to prepare control with minimal amount of c# and try to do as much as possible in xaml / binding. The next important requirement is that control should resize to parent containers' width - if possible without any long recalulations in c#.