I'm trying to create a column/bar chart that doesn't force the columns to be zero based. Similar to a candlestick chart, but I don't need the wick. Is this possible with MVC charting? Thanks!
I eventually figured out a work around... basically I created two column series and stacked them. The bottom series I made invisible by removing the border, set the opacity to 0.0, and set the overlay to None. Looks great!