Create AdditionalAxes Based On YAxis - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html) +--- Forum: PlotLab (/forum-29.html) +--- Thread: Create AdditionalAxes Based On YAxis (/thread-3012.html) |
Create AdditionalAxes Based On YAxis - FanMSL - 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 |