Hi,
Inmy line chart I would like to use the whole space just to display the chsrt, without tickmarks or labels. Only a the X-axis should appear (zero-aligned).
If the X-axis is invisible, the charts appears fine:
However, if the X-axis is visible, there is a big area below the chart which is unused:
Could you explain this behavior and (more important) could you give my a tipp to make the chart appearance like the first chart, just with x-axis?
Thank you in advance.
My guess is that the chart is showing the default axis extent, which adds 80 pixels of extra space.You can set chart.Axis.X.Extent = 0
Thank you. That was the solution.