Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Exclude datapoint in line chart
posted

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.