Hi,
I have a problem with the chart control. I have two asp pages: one that lets users input data for a chart, the other to process it and create a gif graphic.
One of the requirements is to show only three labels on X axis - first, middle and last - which I wanted to achieve by calculating indexes of first, mid and last items and deleting their captions PRIOR to submitting the data.
When I do that, chart control combines all data with the same (blank in this case) caption and creates a graph.
My question is: is there a way of turning off the feature that combines data with the same caption?
I have a problem with the chart control. I have two asp pages: one that lets users input data for a chart, the other to process it and create a gif graphic.
One of the requirements is to show only three labels on X axis - first, middle and last - which I wanted to achieve by calculating indexes of first, mid and last items and deleting their captions PRIOR to submitting the data.
When I do that, chart control combines all data with the same (blank in this case) caption and creates a graph.
My question is: is there a way of turning off the feature that combines data with the same caption?