Create AdditionalAxes Based On YAxis
|
09-24-2013, 12:37 AM
Post: #1
|
|||
|
|||
Create AdditionalAxes Based On YAxis
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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)