Patch Uploaded: #17066
patra has uploaded a patch.Description:Proposed fix for issue 17204 (pie chart and extrem values)Simply a wrong Math.Ceiling
View ArticleCreated Unassigned: Pie charts and corner cases [17206]
When using a dataseries that contains only one non zero entry or when all entries are null the pie is not render at all (see .jpg picture). It seems to me a bad behavior, I think, we would like to have...
View ArticlePatch Uploaded: #17067
patra has uploaded a patch.Description:A fix proposition for issue 17206. 1) handle situation when SumOfSeriesData = 0 -> set all pie slice 0 -> 360°2) With all situation if a pie slice is 0...
View ArticleNew Post: Empty window
Hi, I've added Metro Charts to my VS2012 C# project. After creating a reference to the De.TorstenMandelkow.MetroChart DLL, coping the xaml code from the demoproject to my window, I've copied the c#...
View ArticleCreated Unassigned: Failed to assign to property...
Hi,Thanks of the great control.I am developing a Metro app and I have three DoughnutChart chart controls in app. When I tapped on first one should display the second chart and tapped on second chart...
View ArticleCreated Unassigned: The runtime has encountered a fatal error. The address of...
Hi,Thanks for the great control.I am developing a Metro app and I have three DoughnutChart chart controls in app. When I tapped on first one should display the second chart and tapped on second chart...
View ArticleCreated Unassigned: Binding SeriesSource property shows nothing, even after...
<metroChart:ClusteredColumnChart x:Name="Chart" MinHeight="200" MinWidth="200" MaxWidth="300" MaxHeight="400" ChartTitle="Population Chart" ChartSubTitle="" FontSize="{Binding SelectedFontSize}"...
View ArticleCreated Unassigned: Binding Source property throwing error inside ModernChart...
If I bind Series property with ObservableCollection<ChartSeries> It is throwing null reference error on initialization in UpdateDataContextOfSeries() method inside ChartBase.cs. It is trying to...
View ArticleCreated Unassigned: Failure with column charts that have only two grid lines...
It seems that the Y-axis is wrong in a column chart when we do have only "two grid lines", see the picture in attachment. You will see that the Y-Axis shows the values 25 and 50 and this is not ok...
View ArticlePatch Uploaded: #17102
patra has uploaded a patch.Description:Proposed solving for issue 17286: when there are two lines in the background lines.We fixed this by forcing that the background lines to have at least three lines...
View ArticleNew Post: Displaying Labels as Percentage
Please tell me how to show labels as percentage?????
View ArticleNew Post: How to customize Legend with % character in pie slice or bar
I'm also looking for the answers. Please guide.
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: krazibit ** Hi Torsten,Any update on this issue?
View ArticleNew Post: Displaying Data Labels as Percentage
Is anyone entertaining this thread? I'm also looking for the solution.
View ArticleNew Post: Displaying Data Labels as Percentage
Yes it is possible, I did something similar for my own needs. You have to spot the name of the control containing the label and override the default style. Unfortunately it depends of the chart type...
View ArticleNew Post: Displaying Data Labels as Percentage
Thanks patra for your support. The code snippet helped.
View ArticleNew Post: Print Charts
Hi, Is there any easy way to print the charts? Tried to use RenderTargetBitmap to render the chart control in a ContentControl (or ViewBox), but I only get the control with the title not the content...
View ArticleNew Post: How to extend this library to make Pipeline Chart?
I need some guidelines to extend the chart functionality to create Pipeline charts as shown below:
View ArticleNew Post: How to extend this library to make Pyramid/Funnel Chart?
I have finally extended the library myself creating Pyramid/Funnel Chart as shown below. Let me know your valuable feedback. For any help, contact me. Furqan...
View Article