Pre loader

1

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

All Answers » Re: [cleaned]SeriesValueModifier on another side of the chart » Comments for "Re: [cleaned]SeriesValueModifier on another side of the chart"
  • bochelie
    Hallo, It wont work. Here is my code:
  • bochelie
  • bochelie
    I dont know why but i cant place my xaml code.
  • bochelie
    Ok Thanks. It turns out the xaml was good from the first time. I had this in my behind code: "sciChartSurface.YAxis.GrowBy = new DoubleRange(0.1, 0.1);" I see that you do that in xaml. So i removed the line from the code behind and now it works. Thanks a lot! Just one more question. In the behind code i use "IDataSeries" whil you use "IXyDataSeries". Wich one is better? There is not much information in the documentation about this.
  • Yuriy Zadereckiy
    Hi there, Glad that you get it working! ..and regarding the question, there is no difference, because IXyDataSeries implements IDataSeries. So it's up to you: if you need to access some specific methods(such as the Insert(..) method), you would better use IXyDataSeries[TX,TY]. Also the generic version should be faster because of no boxing/unboxing is done. Best regards, Yuriy
  • Karl Müller
    Hi. Is there a way to do this without having to create a hidden YAxis? I need to display more than one YAxis which also can be added and removed dynamically. So, setting the AxisMarkerStyle explicitely for a specific YAxisId is not possible in my case. Thanks a lot.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies