6 references to Bottom
System.Web.DataVisualization (6)
Common\General\Legend.cs (3)
1096
if(this.Docking == Docking.Top || this.Docking == Docking.
Bottom
)
1140
else if(this.Docking == Docking.
Bottom
)
4958
else if(legend.Docking == Docking.
Bottom
)
Common\General\Title.cs (3)
1917
else if(this.Docking == Docking.
Bottom
)
1962
if(this.Docking == Docking.Top || this.Docking == Docking.
Bottom
)
2107
else if(title.Docking == Docking.
Bottom
)