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