You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect to see a red dot on the left, and right in this case? Also I note the white y axis line is displaying on the right side of the image which is also unexpected?
The text was updated successfully, but these errors were encountered:
If I take this base code:
I get:
Which is the expected result.
If I set a negative minimum X, like:
GUIChartEditorOptions.ChartBounds(-10, 10, 0, 10),
I get:
Also correct, expected result.
However, if I set a positive minimum value, like:
GUIChartEditorOptions.ChartBounds(5, 10, 0, 10),
I get an unexpected result:
I would expect to see a red dot on the left, and right in this case? Also I note the white y axis line is displaying on the right side of the image which is also unexpected?
The text was updated successfully, but these errors were encountered: