Make data span several X values

I am using a column chart to represent a histogram. In this type of chart each Y value corresponds to a range of x values; however in the chart, my columns are always centered about one point. The major issue is that large x ranges cause each column to be too narrow. Is it possible to have a range of x values all with one y column, or failing that make each column wider?

1 Reply

MW Matt Woodard February 12, 2004 10:29 PM UTC

I have found a solution. Using the IChartAxisLabelModel interface, as shown in the Simple Model example, will allow me to provide any arbitrary labels.

Loader.
Up arrow icon