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?
- Fedor Iudin asked 3 months ago
- last edited 3 months ago
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 login to post comments
Please login first to submit.

