Chart breaks when dealing with larger number of samples
Posted: Wed Mar 22, 2017 8:38 am
Hello,
recently I upgraded the project from version 2016.2 to 2016.3 and noticed changed behaviour in drawing charts. This only happens with larger number of samples (I did some testing, and it seems to break at 800 samples). I also tried unofficial release and behaviour remains the same.
This is what chart supposed to looks like This is what it looks like Both charts are based on same set of 2000 generated samples.
This is the structure object used in this sample
recently I upgraded the project from version 2016.2 to 2016.3 and noticed changed behaviour in drawing charts. This only happens with larger number of samples (I did some testing, and it seems to break at 800 samples). I also tried unofficial release and behaviour remains the same.
This is what chart supposed to looks like This is what it looks like Both charts are based on same set of 2000 generated samples.
This is the structure object used in this sample
Code: Select all
public double? Value { get; set; }
public DateTime Time { get; set; }