ImGui.NET
ImGui.NET copied to clipboard
How to custom histogram labels?
Hello,I want to show what I need rather than the index of the array when the mouse is hovering over the the element.It's been bothering me for a long time.
Could you expand on what you're trying to do? The default histogram should display both the index and the actual value.
In short, I mean, I just want to display the value, not the index. Displaying the index doesn't make much sense to me.