I would like to draw Histogram chart comparing two values, 1) BE Candidates, 2) MCA Candidates. The values pairs example.
- BE Candidates (5) - MCA Candidates (100)
- BE Candidates (500) - MCA Candidates (20)
- BE Candidates (15) - MCA Candidates (16)
- BE Candidates (3) - MCA Candidates (22)
I would like to find a maximum Y axis value based on BE Candidates and MCA candidates count. Is there any calculation to find the maximum value to be set, so that the difference between those two values will be better visible?
Please advice, Thank you,