Pre loader

Adding axes by 1 step

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

0
0

Hi,
In XAML for axes bind I need to write into s:SciChartSurface just

XAxes="{s:AxesBinding FrcLayerChartXAxes}"

If I write in C# code as I see I need to make in cycle like this (but is doesn’t worked)

FrcLayerChart.XAxes.Add(FrcLayerChartXAxes[i]);

here FrcLayerChartXAxes is ObservableCollection
Can I add all axes by 1 step?

Version
8.10.0.28840
  • Andrew Burnett-Thompson
    You should be able to, but depends what is the type of FrcLayerChartXAxes (are you adding IAxisViewModel). What are the properties set on IAxisViewModel? Do you have an X and a Y axis? What is the error you’re seeing when you say it doesn’t work? Thanks!
  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.