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'm setting the XAxis.Ticks = TicksEnum.Empty but the ticks remain visible.
I suspect that because this is internally an empty string, something somewhere is treating this as equivalent to null and ignoring it, but I haven't traced it down specifically.
The text was updated successfully, but these errors were encountered:
No, I wanted it to not show any ticks at all, not merely to hide the labels.
it will be serialized as "".
Yes, I know. I was suggesting that perhaps when this is deserialized on the JS side it might be treating this as the same as null since they're both falsy values, and thus not actually overriding the default value.
I'm setting the
XAxis.Ticks = TicksEnum.Empty
but the ticks remain visible.I suspect that because this is internally an empty string, something somewhere is treating this as equivalent to null and ignoring it, but I haven't traced it down specifically.
The text was updated successfully, but these errors were encountered: