Jump to content
Software FX Community

ckerber

Members
  • Posts

    2
  • Joined

  • Last visited

ckerber's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, We have had an issue come up recently where the datapoints on our line graph are not connected. After spending many hours debugging and looking into this we can see no reason why the datapoints should not be connected. The design pattern we are using is MVVM, so if we take this exact same view model and load it up on an almost identical different view (.xaml), all the lines show on the graph. The datapoint series is using binding to get the points to show up on the graph. If we debug using Visual Studio all the lines show up on the graph. Only when we look at this particuluar view in Production do we see this problem. What further steps can we take to better debug this issue? Do you support any additional logging with the control? Thanks
  2. In the simple project I have uploaded (a variation of the samples provided by chartFX), you will notice that the legend box circle markers are not all equal. In particular the 2nd and 3rd circles have an uneven height, so it looks like an enlongated circle. If we use the default marker size everything looks normal. But when setting the marker size in the code behind, that is when the results of the size becomes unexpected. The default marker size is to big for my application so I have a need to make it smaller. Based on a previous forum post http://community.softwarefx.com/forums/p/10665/25948.aspx I set the legend marker size for 3 series as such: chart1.LegendBox.ItemAttributes[chart1.Series].MarkerSize = new Size(6, 6);
×
×
  • Create New...