I have a line chart with a numeric data series (1,5) (2,1.5)(3,1.5)(4,1.5) as the data source.
The chart is rendered fine but I want to see 0 in x axis and y axis. I added a numeric datapoint(0,"0")
so it shows up on the chart. But I do not want this datapoint to be included in the line. Is there anyway to
have 0,0 or zero aligned axes but chart plots only for the data values. Any help is appreciated.
Try setting chart.Data.ZeroAligned = true
No, that doesnt work. I am assuming it will work only with datatable/dataset as data source?