Created Unassigned: FatalExecutionEngineError was detected [16215]
Dear TorstenAgain thanks for your great work.When I use your chart in a flipview, it works fine most of the time. However when I open and close the Page with the flipview a couple of times I get the...
View ArticleNew Post: Duplicates
How about duplicates items? Currently, when values duplicates in ValueMember of ChartSeries item, control display only last item. Can you add a some setter like a "IsGrouping" on control? it would be...
View ArticleCreated Unassigned: Series does not support nested or indexed properties [16219]
So far as I can determine, the series (DisplayMember, ValueMember) does not support nested or indexed properties. Are there any plans to add support for this?
View ArticleCreated Unassigned: Nullable values [16230]
I've found a possibile issue with nullable value in case of bindings, so i changed _Datapoint.cs_ code in thsi way.``` public double Value{ get{ if (_ReferencedObject == null){ return 0.0d;} var ret =...
View ArticleNew Post: Request for your support to finish version 1.0
Hi Torsten, I'm looking for a chart library for a would-be project (desktop, so wpf) related to furnace industry. In these last weeks I'm still collecting some pieces together (chart, report, schedule)...
View ArticleCommented Issue: Add line chart [16195]
Add a line chart to the library.Comments: ** Comment from web user: gearheadalex ** Agreed, this would me an amazing addition.
View ArticleNew Post: Request for your support to finish version 1.0
Have you considered creating a gauge chart which is only 180 degrees rather than a full circle? Similar to this:http://www.telerik.com/products/wpf/sample-applications.aspx They take up less real...
View ArticleNew Post: Request for your support to finish version 1.0
Yes, the 180-degree gauge chart is on the list. It should be easy to implement based on the radial gauge chart. I will add it to the final version. Torsten
View ArticleCreated Unassigned: Binding ChartSeries propertis not works [16247]
Hey. First of all, thanks a lot. Good job, well done. Great...And issue:Is it possible to bind `ChartSeries`' properties? I have tried this, but not works. Thanks in...
View ArticleCommented Unassigned: Binding ChartSeries propertis not works [16247]
Hey. First of all, thanks a lot. Good job, well done. Great...And issue:Is it possible to bind `ChartSeries`' properties? I have tried this, but not works. Thanks in...
View ArticleCommented Feature: Binding ChartSeries propertis not works [16247]
Hey. First of all, thanks a lot. Good job, well done. Great...And issue:Is it possible to bind `ChartSeries`' properties? I have tried this, but not works. Thanks in...
View ArticleNew Post: Request for your support to finish version 1.0
Hello, Your library is really nice but I did find an issue. If a series has negative values, then the columns corresponding to the negative values are not drawn (they have height 0). Do you plan to...
View ArticleCreated Unassigned: Negative values on series [16249]
Column and bar charts do not handle negative values property. The height of the column (width of the bar) are set to 0.
View ArticleEdited Feature: Negative values on series [16249]
Column and bar charts do not handle negative values property. The height of the column (width of the bar) are set to 0.Comments: ** Comment from web user: torman119 ** That's correct. Negative values...
View ArticleNew Post: Windows Phone 8 Support
Your UI charts are marvelous. I wish you would add Windows Phone 8 support as a target. It would be great to be able to use NuGet and put these charts into a Windows Phone 8 app. Keep up the great...
View ArticleCommented Feature: Negative values on series [16249]
Column and bar charts do not handle negative values property. The height of the column (width of the bar) are set to 0.Comments: ** Comment from web user: dellamonica ** Thank you very much.
View ArticleReviewed: Source Code and Test Applications BETA (Jun 12, 2013)
Rated 5 Stars (out of 5) - Excellent tool. I'm going start using it right away
View ArticleReviewed: Source Code and Test Applications BETA (Jun 12, 2013)
Rated 5 Stars (out of 5) - Excellent tool. I'm going to use it right away
View ArticleNew Post: Request for your support to finish version 1.0
Hey, very nice work, thank you so much! I really like the look and feel of those charts. Xenolith
View ArticleNew Post: Magic zeros in Piechart and Legendissues
Hey, How do i fix those errors marked in the screenshot?Link to picture Regards, Xenolith
View Article