I want to represent a particular column chart, where each column has a start and an end value and the x axis is fixed to an origin value for example like 0.
I was thinking to box chart but there are too many values to indicate in the boxsets. I need to indicate only max and min value in the box, instead in boxset there are five parameters to specify.
Do you think there is a better way than box chart to rappresent this chart type?
We do have a range column chart for Silverlight and WPF, but not for Windows Forms.
I think you will be able to make the BoxChart work for your purposes. As an alternative to using BoxChart, you could also try using the FillSceneGraph event to change the size and location of each Box in a column chart.