Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)