Hello good afternoon.
I ask for your support, for the following.
In a graph, when there are many elements in X, the labels come together a lot and the text is not understood.
When I apply a configuration by code, the graph does look better:
horizontalAxis.MajorTickInterval = 10;
horizontalAxis.TickLength = 10;
horizontalAxis.TickWidth = 10;
I would like to start from the number of elements on the X axis that the labels begin to join, to automatically apply the aforementioned code.
My fear is that at some point, it doesn't graph well and it jumps strangely when graphing, could this happen?
Thank you so much