I've been attempting to use the Bindinglist with the Chartview. That functionality works per the documentation. My issue is specifying the color of the bar entered.
A little background on the use. Using a BarSeries in a horizontal orientation (stacked), so it looks similar to an old Windows defrag bar. This basically show my equipment status over the course of a shift (12 hour period). Green is up, red is down, orange is idle, etc. I had it working, then the last update to Telerik Winforms crippled the functionality. SO I am working to redo the chartview (the way I wanted to in the beginning) with data bindng. My issue is with the examples shown for binding a BindingList, it only shows how to specify the value and category name. Is there a way to specify the color for each entry in the BindingList?
A little background on the use. Using a BarSeries in a horizontal orientation (stacked), so it looks similar to an old Windows defrag bar. This basically show my equipment status over the course of a shift (12 hour period). Green is up, red is down, orange is idle, etc. I had it working, then the last update to Telerik Winforms crippled the functionality. SO I am working to redo the chartview (the way I wanted to in the beginning) with data bindng. My issue is with the examples shown for binding a BindingList, it only shows how to specify the value and category name. Is there a way to specify the color for each entry in the BindingList?