I will develop a report with visual studio 2013
I will display some temperature( y axis) at different datetime ( x axis in scalar mode ) my data will be like this ( my real dataset will be much larger ...) :
08:00 => 150°C
08:01 => 145°C
08:02 => 155°C
08:03 => 170°C
09:01 => 120°C
09:02 => 125°C
09:03 => 124°C
I want that the graph is not displaying gap between 8:03 and 9:01 or a small one , with no line connection between this two point ( I can have more than one day between the two series)
My questions are :
Is it possible to put scale break on x axis ? ( I think no !! )
If my dataset have different series does the scale will be different for each series and will have the desired behavior ?
Is it possible to have this behavior with code inside the report ?
Thanks for your help !