09-24-2013, 12:37 AM
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
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