Hello, I would like to get the numbers displayed along an axis as well as their position.
For example, on the picture below, I would like to get the {-8, -6, -4, -2, 0, 2, 4, 6, 8} of the axis on the left as well as their position
I tried to use TAxis:GetLabels but I get 0.
Thank you in advance.