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
37
Disconnected Line Chart
posted

I am writing this application in C# where I have a data table as the data source.  I would like to create a disconnected line chart where if the value is zero, the point is not plotted and the line ends and then begins again when the value is not zero.  Is this possible, and if so, what's the best way to do it.  I figure I could probably just break it down into separate lines, but then I'd end up with double items in the legend.