“I’m currently using WPF to create two curves, but why aren’t the 0 points of the two Y-axes parallel to the X-axis? Here’s my code:”
<!—->
<!–
–>
XAxisRange = new DoubleRange(0, datas[0].UNewData.Max());
LeftYAxisRange = new DoubleRange(-880, 300);
RightYAxisRange = new DoubleRange(-880, 300);
C# code
((XyDataSeries<double, double>)DataSeriesIV).Append(datas[0].UNewData, datas[0].INewData);
if (datas[0].PNewData != null)
{
((XyDataSeries<double, double>)DataSeriesPV).Append(datas[0].UNewData, datas[0].PNewData);
}
- jh jh asked 1 month ago
- last edited 1 month ago
- You must login to post comments
Hi,
Thanks for your inquiry.
Unfortunately, we have noticed you use an outdated SciChart version.
We recommend using the latest one, which is SciChart v8.6.0.28230 currently, as it contains all the latest updates and improvements, and SciChart v3.x is no longer supported.
Please try it out and let us know your feedback.
Here you can find more details regarding our latest releases and how to get them:
https://www.scichart.com/changelog/scichart-wpf/
Kind regards,
Lex,
SciChart Technical Support Engineer
- Lex answered 1 month ago
- You must login to post comments
Please login first to submit.