I would like to use a bar graph as my cell display for one of my grid columns. It would be very small I know, but it would only have a few bars of data. It's about the 'feel of the graph curve' more than the actual numbers associated with the graph values.
What is the best way to accomplish this?
Thanks.
Your best bet is likely to use a style of Image in your column and use an image of the graph as the cell's value. I don't think that there's an easy way of embedding an UltraChart into a grid cell, though I could be mistaken.
-Matt
I don't really wanna generate an image for every row, worried about speed I guess...
If I have written a custom UserControl which uses textboxes as graph bars, can I attach that somehow to the cell? Like EditorControl?