8 references to Right
System.Web.DataVisualization (8)
Common\General\Legend.cs (5)
262
private Docking _legendDocking = Docking.
Right
;
1179
if(this.Docking == Docking.
Right
)
3519
DefaultValue(Docking.
Right
),
4693
this.Docking == Docking.
Right
)
4974
if(legend.Docking == Docking.
Right
)
Common\General\Title.cs (3)
1257
else if (this.Docking == Docking.
Right
)
1944
if(this.Docking == Docking.
Right
)
2126
if(title.Docking == Docking.
Right
)