Axis axis axis position

I use the main chart 1.0. I am currently doing an X-axis drawing 20 points above the bottom of the screen (so that labels can be displayed), defining a range of Y slightly below 0.

Now I was asked that the start point should be 0.0, and nothing should be lower than 0 in both axes, so I now look at the documentation on the main chart and scratch my head with the following question:

What property must be set to move the axes to the position that I would like, and also continue to show point labels and axis names?

Thank you so much!

+3
source share
1 answer

I found it, so I leave it here if someone else needs help with this.

, xRange yRange , , , , visibleRange , .

- , :)

+3

All Articles