Crystal Report graph does not display correctly

I have 2 graphs in one report:

enter image description here

The top graph has two identical points, each of which shows itself as it is, I rounded the dots in brown to be clear.

The graph below the first has a similar point at which I am surrounded by blue, but the problem is that it does not reflect the same as the upper graph. Is there a fix for this problem?

Here is what I have tried.

1) I Delete the chart below, copy the chart above and paste it into the location of the chart below, then put the necessary data to fill in, the chart gives an error.

2) I created another line chart with the necessary data to fill, the graph gives an error

I use the default graph to view crystal reports

This is the initial data of the graphs, I surrounded the data of the first graph in red. The data of the second graph is surrounded by blue.

Graph Input

This is data without circles.

enter image description here

I used the chart wizard to create these charts, the first screenshot for the first chart.

enter image description here

This is for the second chart.

enter image description here

+5
source share
1 answer

Two points in the second graph are printed on top of each other because they have (almost) the same value for X. In addition, Y is the same for both points - it seems that one point is missing.

0
source

Source: https://habr.com/ru/post/1268420/


All Articles