How to loop through PointLabel - C1 Community by Wpf

Sun, 06 Sep 2009 00:00:33 -0600

How to loop through PointLabel - C1 Community

by Wpf @ Sun, 06 Sep 2009 00:00:33 -0600



For the PointLabelTemplate, you can define the template on the XAML. In my case, I want to configure the template based on user-specification. So I wrote the template in a string, and I use XamlReader.Load (String) in order to load the ...