Forums

Full Version: Create AdditionalAxes Based On YAxis
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello is it possible to create an YAxis.AdditionalAxes based on the base scope1.YAxis. Next change the properties of the newly created YAxis.AdditionalAxes get by index 0 something like this below?


1. Mitov.PlotLab.ScopeYAxis data= new Mitov.PlotLab.ScopeYAxis();
2. scope1.YAxis.AdditionalAxes.Add(1);
3. scope1.YAxis.AdditionalAxes.Insert(0, scope1.YAxis);
4. Next get YAxis.AdditionalAxes by index and change some
properties

Thanks in advance
Reference URL's