I have a line chart where i have multiple data arrays and not every dataset
has a value for every x value. I have been using Double.NaN to make the
chart not include that x-value but that leaves a gap in the line. How do i
make it so that it conitnues on and creates a continuous line instead of
gaps for missing values?
Thanks for your help.
-Paul
|