Example #1
0
 protected virtual void AddToPanel(IAxisPanel axisPanel)
 {
 }
Example #2
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
     axisPanel.Add(this);
 }
Example #3
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
     axisPanel.AddHorizontalControl(this);
 }
Example #4
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
     axisPanel.Add(this);
 }
Example #5
0
 protected virtual void AddToPanel(IAxisPanel axisPanel) { }
Example #6
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
     axisPanel.AddHorizontalControl(this);
 }
Example #7
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
     
 }
Example #8
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
 }
Example #9
0
 protected override void AddToPanel(IAxisPanel axisPanel)
 {
     axisPanel.Add(this);
     axisPanel.ScrollOwner.ScrollChanged += delegate { CloseToolTip(); };
 }